]> granicus.if.org Git - python/commit
Merged revisions 85689 via svnmerge from
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 18 Oct 2010 13:49:09 +0000 (13:49 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 18 Oct 2010 13:49:09 +0000 (13:49 +0000)
commit089144e511ca4b388ce8b29ecf2965a8215ff238
tree2cb4c09dc5d4bca6972fd590bae549e0b386ad89
parentfd6a55ec41fe2bd46cf0a5b4ebabb62eda5a19d7
Merged revisions 85689 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85689 | hirokazu.yamamoto | 2010-10-18 21:13:18 +0900 | 3 lines

  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