]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5117: Fixed root directory related issue on posixpath.relpath() and
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 18 Oct 2010 13:55:29 +0000 (13:55 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 18 Oct 2010 13:55:29 +0000 (13:55 +0000)
commit50f7d7e21346875886d0b86c50ff46adb7049b6b
tree2063a0d1532b4b11b60ac36514b9e77b24dc5481
parent0491047580e18f06727146fcdfc6b46c83ef537e
Issue #5117: Fixed root directory related issue on posixpath.relpath() and
ntpath.relpath().
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS