On Wed, 15 Sep 2010 14:49:09 +0100, Chris Withers wrote: > 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"?
normcase() doesn't look at the filesystem; it's just string manipulation. -- http://mail.python.org/mailman/listinfo/python-list