[Python-ideas] Fix default encodings on Windows
Brendan Barnwell
brenbarn at brenbarn.net
Tue Aug 16 22:15:27 EDT 2016
On 2016-08-16 17:14, Steve Dower wrote:
> The existence of bugs in other applications is not a good reason to help
> people create new bugs.
I haven't been following all the details in this thread, but isn't the
whole purpose of this proposed change to accommodate code (apparently on
Linux?) that is buggy in that it assumes it can use bytes for paths
without knowing the encoding? It seems like from one perspective
allowing bytes in paths is just helping to accommodate a certain very
widespread class of bugs.
--
Brendan Barnwell
"Do not follow where the path may lead. Go, instead, where there is no
path, and leave a trail."
--author unknown
More information about the Python-ideas
mailing list