]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make ntpath compress multiple slashes between drive letter and the rest of the
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 20:42:22 +0000 (20:42 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 20:42:22 +0000 (20:42 +0000)
commitbdc36273a2e1cd4a3985f44261e3c9df5c8a19cc
tree8a725fdf56a266d62d3b6c50b7f1d880165f6460
parent85064ffd760687c395f65f74c36d573d94b98436
Make ntpath compress multiple slashes between drive letter and the rest of the
path.  Also clarifies UNC handling and adds appropriate tests.

Applies patch #988607 to fix bug #980327.  Thanks Paul Moore.
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS