From: Serhiy Storchaka Date: Mon, 16 Dec 2013 13:14:19 +0000 (+0200) Subject: Issue #19912: Fixed numerous bugs in ntpath.splitunc(). X-Git-Tag: v3.4.0b2~205^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc83b0c8f6089d67e998b4322000c1805f4cb06e;p=python 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(). --- cc83b0c8f6089d67e998b4322000c1805f4cb06e