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

Ezio Melotti report at bugs.python.org
Tue Jan 12 19:30:59 CET 2010


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

This also caused the failure in #7669.
I think that the functions in os.path are supposed to return unicode when they get unicode, so I agree that os.getcwdu should be used instead.
I'm not sure about os.path.supports_unicode_filenames though.

----------
assignee:  -> ezio.melotti
stage:  -> test needed
superseder:  -> test_unicode_file fails with non-ascii path

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


More information about the Python-bugs-list mailing list