]> granicus.if.org Git - python/commitdiff
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)
* 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().

1  2 
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS

diff --cc Lib/ntpath.py
Simple merge
Simple merge
diff --cc Misc/NEWS
Simple merge