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 JGoutin, lemburg, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-01-13.17:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484327667.95.0.304109895074.issue29241@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, it was long time ago since I worked on Windows. Well, Python has a "mbcs" codec which uses the ANSI code page which exists like "forever". These libraries should be patched to use "mbcs" instead of sys.getfilesystemencoding().
History
Date User Action Args
2017-01-13 17:14:27vstinnersetrecipients: + vstinner, lemburg, paul.moore, tim.golden, zach.ware, steve.dower, JGoutin
2017-01-13 17:14:27vstinnersetmessageid: <1484327667.95.0.304109895074.issue29241@psf.upfronthosting.co.za>
2017-01-13 17:14:27vstinnerlinkissue29241 messages
2017-01-13 17:14:27vstinnercreate