This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ijmorlan
Recipients ijmorlan
Date 2008-08-01.17:16:04
SpamBayes Score 1.7548446e-05
Marked as misclassified No
Message-id <1217610966.27.0.918507533161.issue3485@psf.upfronthosting.co.za>
In-reply-to
Content
$ python
Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from os.path import normcase
>>> normcase ('aB')
'aB'
>>>

From http://docs.python.org/lib/module-os.path.html:  "On Unix, this
returns the path unchanged; on case-insensitive filesystems, it converts
the path to lowercase."  Of course, Mac OS X is both Unix and
case-insensitive, which is a rather bizarre combination, but that's it
is.  Where is the item for "make all file systems case-sensitive, put
the case-insensitivity in the user interface"?
History
Date User Action Args
2008-08-01 17:16:06ijmorlansetrecipients: + ijmorlan
2008-08-01 17:16:06ijmorlansetmessageid: <1217610966.27.0.918507533161.issue3485@psf.upfronthosting.co.za>
2008-08-01 17:16:04ijmorlanlinkissue3485 messages
2008-08-01 17:16:04ijmorlancreate