Ezio Melotti <ezio.melo...@gmail.com> added the comment: Here is a patch that uses os.getcwdu() instead of os.getcwd() when the arg of abspath is unicode (with tests).
It also include an helper context manager in test_support used to create temp dirs and set them as cwd (this will be committed separately) and two helper methods (assertUnicode and assertStr) that will probably be useful when I (or someone else) will add more tests with unicode strings for the other functions. ---------- keywords: +needs review, patch nosy: -flox stage: test needed -> patch review Added file: http://bugs.python.org/file15847/issue3426.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3426> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com