]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Dec 2013 13:13:28 +0000 (15:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Dec 2013 13:13:28 +0000 (15:13 +0200)
commit593568bf47600154b760edf21f22090ff60a2a74
tree22ec31ee65e7cac5098aae53536198712ff2a348
parent3d7e11520e5993b2adf9b809a8342084053988ae
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