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 vstinner
Recipients asvetlov, ezio.melotti, gklein, jcea, jkloth, pitrou, python-dev, serhiy.storchaka, skrah, tim.golden, turncc, vstinner
Date 2012-11-05.12:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352117682.16.0.799590672885.issue16218@psf.upfronthosting.co.za>
In-reply-to
Content
>>> It tests nothing on utf-8 locale (test passed even when bug is not fixed).
>> The issue is about Windows and UTF-8 is never used as filesystem encoding on Windows.
> The issue exists on Linux as I reported in msg173373.

I don't understand your problem. Non-ASCII filenames were already supported with UTF-8 locale encoding. The new test checks that there is no regression with UTF-8 locale encoding. The test pass without the fix because it was not supported.
History
Date User Action Args
2012-11-05 12:14:42vstinnersetrecipients: + vstinner, jcea, pitrou, tim.golden, jkloth, ezio.melotti, asvetlov, skrah, gklein, python-dev, serhiy.storchaka, turncc
2012-11-05 12:14:42vstinnersetmessageid: <1352117682.16.0.799590672885.issue16218@psf.upfronthosting.co.za>
2012-11-05 12:14:42vstinnerlinkissue16218 messages
2012-11-05 12:14:41vstinnercreate