]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the tests now that splitdrive() no longer treats UNC paths special.
authorGuido van Rossum <guido@python.org>
Tue, 6 Apr 1999 19:38:18 +0000 (19:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Apr 1999 19:38:18 +0000 (19:38 +0000)
commit630a9a68941205a7ebb8428fe4faeef82429d77d
tree82d0704821ec80f2984172cf00e5da6a01907b64
parentf3c695c4675e61d5c303c96db699184253810306
Fix the tests now that splitdrive() no longer treats UNC paths special.
(Some tests converted to splitunc() tests.)
Lib/test/test_ntpath.py