This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo, flox, mandel, vstinner
Date 2011-10-18.15:53:36
SpamBayes Score 1.4469454e-07
Marked as misclassified No
Message-id <1318953217.13.0.855207252786.issue13207@psf.upfronthosting.co.za>
In-reply-to
Content
On POSIX, Python 3 works correctly if my home dir is /tmp/éric, and Python 2.7 returns a UTF-8-encoded (not locale-encoded!) bytes string.

For Windows, a patch would probably need to add a private function to the _nt module (in C): ctypes is too dangerous to be used in the standard library.
History
Date User Action Args
2011-10-18 15:53:37eric.araujosetrecipients: + eric.araujo, vstinner, flox, mandel
2011-10-18 15:53:37eric.araujosetmessageid: <1318953217.13.0.855207252786.issue13207@psf.upfronthosting.co.za>
2011-10-18 15:53:36eric.araujolinkissue13207 messages
2011-10-18 15:53:36eric.araujocreate