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 steve.dower
Recipients Decorater, jkloth, paul.moore, steve.dower, tim.golden, vstinner, yan12125, zach.ware
Date 2016-08-17.15:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471448451.01.0.571114311395.issue27781@psf.upfronthosting.co.za>
In-reply-to
Content
By portable, do you mean not using an environment variable?

Command line parsing is potentially affected by this on Windows - I'd have to look deeper - as command lines are provided as UTF-16. But we may not ever expose them as bytes.

I don't even know that this matters on the UNIX/BSD side as the file system encoding provided there is correct, no? It's just Windows where the file system encoding used for bytes doesn't match what the file system actually uses.

I was afraid a PEP would be necessary out of this, but I want to see how the python-dev discussion goes first.
History
Date User Action Args
2016-08-17 15:40:51steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, jkloth, zach.ware, yan12125, Decorater
2016-08-17 15:40:51steve.dowersetmessageid: <1471448451.01.0.571114311395.issue27781@psf.upfronthosting.co.za>
2016-08-17 15:40:50steve.dowerlinkissue27781 messages
2016-08-17 15:40:50steve.dowercreate