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 SilentGhost, benhoyt, db3l, eryksun, ideasman42, mont29, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-29.21:57:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459288679.4.0.0153058552624.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
The issue looks to be fixed in Python 3.5 (future version 3.5.2) and 3.6, I close the issue.

I repeat myself: On Python 3, don't store filenames as bytes, it's a bad practice. Use unicode, it works on all platforms and gives access to the full Unicode Character Set!
History
Date User Action Args
2016-03-29 21:57:59vstinnersetrecipients: + vstinner, paul.moore, db3l, tim.golden, ideasman42, SilentGhost, benhoyt, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, mont29
2016-03-29 21:57:59vstinnersetmessageid: <1459288679.4.0.0153058552624.issue25911@psf.upfronthosting.co.za>
2016-03-29 21:57:59vstinnerlinkissue25911 messages
2016-03-29 21:57:59vstinnercreate