]> granicus.if.org Git - python/commit
#1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.
authorGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 14:27:15 +0000 (14:27 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 14:27:15 +0000 (14:27 +0000)
commit183a084da3c60109f072cca734eb78fcc1cf56fc
treebb3d08fb27b70a1ff52b83794bcff5c17a2a7e76
parente2a902c66900d313704da1a0860c0c6e11fbab8a
#1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.
Reported by Jesse Towner.
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS