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

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