Show More
@@ -139,7 +139,7 def normpath(path): | |||||
139 | return pconvert(os.path.normpath(path)) |
|
139 | return pconvert(os.path.normpath(path)) | |
140 |
|
140 | |||
141 | def normcase(path): |
|
141 | def normcase(path): | |
142 | return encoding.upper(path) |
|
142 | return encoding.upper(path) # NTFS compares via upper() | |
143 |
|
143 | |||
144 | # see posix.py for definitions |
|
144 | # see posix.py for definitions | |
145 | normcasespec = encoding.normcasespecs.upper |
|
145 | normcasespec = encoding.normcasespecs.upper |
General Comments 0
You need to be logged in to leave comments.
Login now