]> granicus.if.org Git - python/commit
Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.
authorMark Hammond <mhammond@skippinet.com.au>
Wed, 6 May 2009 08:04:54 +0000 (08:04 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Wed, 6 May 2009 08:04:54 +0000 (08:04 +0000)
commit5a607a3ee5e81bdcef3f886f9d20c1376a533df4
tree8f345de07eede5253b7507a925973bd2b8c1cdbb
parent9348901e24da507d5e8c68b8bad8b9b2827a4596
Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.
By Larry Hastings, reviewed eric.smith and mark.hammond.
Doc/library/os.path.rst
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS