]> granicus.if.org Git - python/commit
Issue #6815: os.path.expandvars() now supports non-ASCII environment
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 13 Feb 2014 08:13:53 +0000 (10:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 13 Feb 2014 08:13:53 +0000 (10:13 +0200)
commitdbb101909d4bcc7cfe7a8063bb4ac4ec879ecac8
treed4c26e5ec3c4b507d0694b0f65618c6b05b3f182
parent61e2493b8341be74928872ce6d7fb3a350bd1697
Issue #6815: os.path.expandvars() now supports non-ASCII environment
variables names and values.
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Lib/test/test_ntpath.py
Misc/NEWS