]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed ntpath.expandvars to not replace references to non-existing
authorSjoerd Mullender <sjoerd@acm.org>
Tue, 16 Jan 2007 16:42:38 +0000 (16:42 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Tue, 16 Jan 2007 16:42:38 +0000 (16:42 +0000)
commit33a0a06d318a3d7164f6269c209b2309781af767
tree88f61b958cde2b25523598a1ee9486ce6fd66074
parentfa3d08b4a92d8af3ec458137393b151a1a0b4391
Fixed ntpath.expandvars to not replace references to non-existing
variables with nothing.  Also added tests.
This fixes bug #494589.
Lib/ntpath.py
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS