]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5117: Case normalization was needed on ntpath.relpath(). And
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 18 Oct 2010 12:13:18 +0000 (12:13 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 18 Oct 2010 12:13:18 +0000 (12:13 +0000)
commitb08820ad406b9fd291a8707e4bad41cc8486ab08
tree4d9ef9284fb34d3e4b0e7bf7a29b60e7d952c433
parent08654e18eed3c8b0224100fe270da618d60d6eb5
Issue #5117: Case normalization was needed on ntpath.relpath(). And
fixed root directory issue on posixpath.relpath(). (Ported working fixes
from ntpath)
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS