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, koobs, pitrou, python-dev, serhiy.storchaka, skrah, tim.golden, turncc, vstinner
Date 2012-11-10.10:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352543776.43.0.0359315088935.issue16218@psf.upfronthosting.co.za>
In-reply-to
Content
>> Non-ASCII filenames were already supported with UTF-8 locale encoding.
>
> Test the example in msg173373.  It fails without fix.

Oh, I didn't understand that, sorry. I created #16444 to test also UTF-8 locale encoding with undecodable filenames (undecodable from UTF-8 in *strict* mode, not by os.fsencode() which uses surrogateescape).
History
Date User Action Args
2012-11-10 10:36:16vstinnersetrecipients: + vstinner, jcea, pitrou, tim.golden, jkloth, ezio.melotti, asvetlov, skrah, gklein, python-dev, serhiy.storchaka, koobs, turncc
2012-11-10 10:36:16vstinnersetmessageid: <1352543776.43.0.0359315088935.issue16218@psf.upfronthosting.co.za>
2012-11-10 10:36:16vstinnerlinkissue16218 messages
2012-11-10 10:36:16vstinnercreate