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