[issue21827] textwrap.dedent() fails when largest common whitespace is a substring of smallest leading whitespace

2014-06-22 Thread YJ Chen
YJ Chen added the comment: Hi Raymond- Rob and I have a patch ready. We are figuring out how to upload/submit it. New to this... :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21827

[issue15045] Make textwrap.dedent() consistent with str.splitlines(True) and str.strip()

2014-06-22 Thread YJ Chen
Changes by YJ Chen chen.yanj...@gmail.com: -- nosy: +robertjli, yjchen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15045 ___ ___ Python-bugs

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2014-06-22 Thread YJ Chen
YJ Chen added the comment: Works for 3.4 and 3.5 but could not successfully run test on 2.7. Error: == FAIL: test_getsitepackages (test.test_site.HelperFunctionsTests