Show More
@@ -141,6 +141,10 b' def normpath(path):' | |||
|
141 | 141 | def normcase(path): |
|
142 | 142 | return encoding.upper(path) |
|
143 | 143 | |
|
144 | # see posix.py for definitions | |
|
145 | normcasespec = encoding.normcasespecs.upper | |
|
146 | normcasefallback = encoding.upperfallback | |
|
147 | ||
|
144 | 148 | def samestat(s1, s2): |
|
145 | 149 | return False |
|
146 | 150 |
General Comments 0
You need to be logged in to leave comments.
Login now