[issue3426] os.path.abspath with unicode argument should call os.getcwdu

Ezio Melotti report at bugs.python.org
Sun Feb 21 12:25:36 CET 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Fixed in r78247 (trunk) and r78248 (release26-maint) (plus a fix in r78272 and r78279 to avoid test failures when the filesystem encoding is ascii).
I didn't use the any_cwd decorator -- I might consider it in future if it turns out that there are more tests like these.

----------
dependencies:  -Add a context manager to change cwd in test.test_support and run the test suite in a temp dir.
resolution:  -> fixed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3426>
_______________________________________


More information about the Python-bugs-list mailing list