Le lundi 27 décembre 2010 à 22:22 +0100, Georg Brandl a écrit : > Am 27.12.2010 21:12, schrieb victor.stinner: > > Author: victor.stinner > > Date: Mon Dec 27 21:12:13 2010 > > New Revision: 87518 > > > > Log: > > Issue #10778: decoding_fgets() decodes the filename from the filesystem > > encoding instead of UTF-8. > >
> Hmm, and in case decoding fails, we return a Unicode error (without context) > instead of a syntax error? Yes, but it is very unlikely. I don't see in which case the decoder can fail. But a memory error can occur. > Doesn't seem like a good trade-off when the file name is just displayed in a > message. What do you suggest? -- _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com