]> granicus.if.org Git - python/commit
New splitdrive() that knows about UNC paths (e.g., network paths like
authorGuido van Rossum <guido@python.org>
Wed, 3 Feb 1999 17:20:50 +0000 (17:20 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Feb 1999 17:20:50 +0000 (17:20 +0000)
commit534972bce25792e04a6564e86fd8a8d4addd8f6e
tree385bc43b9897e480b5ea386cf4b4f5da5e58deeb
parent0c9608cf1bcad32d3e7226b2743f245be231a119
New splitdrive() that knows about UNC paths (e.g., network paths like
\\host\mountpoint\dir\file).  By Larry Hastings.

Also cleaned up some docstrings.
Lib/ntpath.py