]> granicus.if.org Git - python/commit
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Dec 2013 13:14:19 +0000 (15:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Dec 2013 13:14:19 +0000 (15:14 +0200)
commitcc83b0c8f6089d67e998b4322000c1805f4cb06e
tree681cb34e68fc5ff71d78610771c445b955966e25
parentf5ad91c392199fe8fabeed34d1dce6f8be3a0921
parent593568bf47600154b760edf21f22090ff60a2a74
Issue #19912: Fixed numerous bugs in ntpath.splitunc().

* splitunc() no more return illegal result for paths with redundant slashes.
* splitunc() now correctly processes the 'İ' character
  (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
* Deprecation warnings now emitted for every use of splitunc().
* Added tests for splitunc().
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS