• Serhiy Storchaka's avatar
    Issue #19912: Fixed numerous bugs in ntpath.splitunc(). · 593568bf
    Serhiy Storchaka authored
    * 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().
    593568bf
test_ntpath.py 13.9 KB