]> granicus.if.org Git - python/commit
#7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manip...
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 21:40:15 +0000 (21:40 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 21:40:15 +0000 (21:40 +0000)
commitcfb68218b701e1bf73bb82e51dfc8446ab65452a
tree85088cd11d198eef87c824046d8fb41e1e77c588
parenta8867b4173d03e7c321e9de8be529f3dd7e67abe
#7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them.  See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS