]> granicus.if.org Git - python/commit
fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672)
authorBenjamin Peterson <benjamin@python.org>
Mon, 23 Jun 2014 02:07:38 +0000 (19:07 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 23 Jun 2014 02:07:38 +0000 (19:07 -0700)
commit3bef9355123e6facb866fa5964acdbeb2f11f7d2
treeba43623603ce9a213b33219a4c04d628228abbef
parentecb4a1e49a0c969228df60cc6db5a2c24a248df1
fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672)
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS