]> granicus.if.org Git - python/commit
SF bug #456621: normpath on Win32 not collapsing c:\\..
authorTim Peters <tim.peters@gmail.com>
Thu, 30 Aug 2001 22:05:26 +0000 (22:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 30 Aug 2001 22:05:26 +0000 (22:05 +0000)
commit54a14a373e953365d6ca7c0d4e139563d07b52e7
tree85a92957202cd5c2e977a0b562e290ef22a697c3
parent0e03f588f513249fc6e43c94d30210f9d7558468
SF bug #456621:  normpath on Win32 not collapsing c:\\..
I actually rewrote normpath quite a bit:  it had no test cases, and as
soon as I starting writing some I found several cases that didn't make
sense.
Lib/ntpath.py
Lib/test/test_ntpath.py