Show More
@@ -200,6 +200,11 b' def samedevice(fpath1, fpath2):' | |||||
200 | def normcase(path): |
|
200 | def normcase(path): | |
201 | return path.lower() |
|
201 | return path.lower() | |
202 |
|
202 | |||
|
203 | # what normcase does to ASCII strings | |||
|
204 | normcasespec = encoding.normcasespecs.lower | |||
|
205 | # fallback normcase function for non-ASCII strings | |||
|
206 | normcasefallback = normcase | |||
|
207 | ||||
203 | if sys.platform == 'darwin': |
|
208 | if sys.platform == 'darwin': | |
204 |
|
209 | |||
205 | def normcase(path): |
|
210 | def normcase(path): |
General Comments 0
You need to be logged in to leave comments.
Login now