]> granicus.if.org Git - python/commit
Issue #21840: Fixed expanding unicode variables of form $var in
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Feb 2015 10:02:05 +0000 (12:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Feb 2015 10:02:05 +0000 (12:02 +0200)
commit2bd8b22b6de76851a7e36dc4a92d20930335ff57
tree648a3e23f9a7d001b061930d3d07ef772de5477f
parent4068b01cb55a66efca605d64b6e27d9fd7cebd3e
Issue #21840: Fixed expanding unicode variables of form $var in
posixpath.expandvars().  Fixed all os.path implementations on
unicode-disabled builds.
Lib/genericpath.py
Lib/macpath.py
Lib/ntpath.py
Lib/os2emxpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Lib/test/test_macpath.py
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS