>> 5) represent all environment variables in Unicode strings, >> including the ones that currently fail to decode. >> (then do the same to file names, then drop the byte-oriented >> file operations again) > > Please, don't do that! Bytes are not characters!
And environment variables, command line arguments, and file names are not bytes, but characters. Regards, Martin _______________________________________________ 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