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