[issue6815] UnicodeDecodeError in os.path.expandvars

Serhiy Storchaka report at bugs.python.org
Mon Jan 27 19:49:26 CET 2014


Serhiy Storchaka added the comment:

Here is a patch (for 3.3+) which add support for environment variables with non-ASCII values and names in posixpath and ntpath.

----------
nosy: +serhiy.storchaka
stage: test needed -> patch review
versions: +Python 3.3, Python 3.4 -Python 3.1
Added file: http://bugs.python.org/file33753/expandvars_nonascii.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6815>
_______________________________________


More information about the Python-bugs-list mailing list