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 ezio.melotti, paul.moore, schlenk, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-10-14.12:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444826307.39.0.1830511593.issue25404@psf.upfronthosting.co.za>
In-reply-to
Content
Right. The workaround is to encode manually the filename:

filename = filename.encode(sys.getfilesystemencoding())
History
Date User Action Args
2015-10-14 12:38:27vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, zach.ware, steve.dower, schlenk
2015-10-14 12:38:27vstinnersetmessageid: <1444826307.39.0.1830511593.issue25404@psf.upfronthosting.co.za>
2015-10-14 12:38:27vstinnerlinkissue25404 messages
2015-10-14 12:38:27vstinnercreate