Changes between Version 1 and Version 2 of Ticket #2235, comment 17


Ignore:
Timestamp:
2014-05-20T16:42:35Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2235, comment 17

    v1 v2  
    1111        pass
    1212    elif path.startswith(u"\\\\"):
    13         path = u"\\\\?\\UNC\\" + path[2: ]
     13        path = u"\\\\?\\UNC\\" + path[2 :]
    1414    else:
    1515        path = u"\\\\?\\" + path