Nobody wrote:

> This was actually a critical flaw in Python 3.0, as it meant that
> filenames which weren't valid in the locale's encoding simply couldn't be
> passed via argv or environ. 3.1 fixed this using the "surrogateescape"
> encoding, so now it's only an annoyance (i.e. you can recover the original
> bytes once you've spent enough time digging through the documentation).

Is it just that you need to harden your scripts against these byte sequences 
or do you actually encounter them? If the latter, can you give some 
examples?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to