os.path.normcase rationale?

Chris Withers chris at simplistix.co.uk
Wed Sep 15 09:49:09 EDT 2010


Hi All,

I'm curious as to why, with a file called "Foo.txt" 
os.path.normcase('FoO.txt') will return "foo.txt" rather than "Foo.txt"?

Yes, I know the behaviour is documented, but I'm wondering if anyone can 
remember the rationale for that behaviour?

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk



More information about the Python-list mailing list