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 BreamoreBoy, ishimoto, python-dev, serhiy.storchaka, terry.reedy, ubershmekel, vstinner
Date 2014-06-10.09:28:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402392530.64.0.40416387267.issue13247@psf.upfronthosting.co.za>
In-reply-to
Content
> I've read this entire issue and can't see that much can be done

My patch can be applied in Python 3.5 to notice immediatly users that filenames cannot be encoded to the ANSI code page. Anyway, bytes filenames are deprecated (emit a DeprecationWarning warning) in the os module on Windows since Python 3.3.
History
Date User Action Args
2014-06-10 09:28:50vstinnersetrecipients: + vstinner, terry.reedy, ishimoto, ubershmekel, BreamoreBoy, python-dev, serhiy.storchaka
2014-06-10 09:28:50vstinnersetmessageid: <1402392530.64.0.40416387267.issue13247@psf.upfronthosting.co.za>
2014-06-10 09:28:50vstinnerlinkissue13247 messages
2014-06-10 09:28:50vstinnercreate