]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #957650: "%var%" environment variable references are now properly
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 22:07:36 +0000 (22:07 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 22:07:36 +0000 (22:07 +0000)
commit03b90d8cfde0e74ec633f79201b53aada21bf42c
treef546d8e0e2a3f48a588ca1473df901562dc59da2
parentb6ae6aa8ac8abb9350f2ae2186d609116676c661
Patch #957650: "%var%" environment variable references are now properly
expanded in ntpath.expandvars(), also "~user" home directory references
are recognized and handled on Windows.
Doc/lib/libposixpath.tex
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS