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 westley.martinez
Recipients terry.reedy, westley.martinez
Date 2013-09-09.00:33:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378686815.23.0.0453180364345.issue18903@psf.upfronthosting.co.za>
In-reply-to
Content
My example was totally abstract and untested.  Sorry for any confusion.

After doing some research, I find that this issue is complicated further:
http://support.microsoft.com/kb/100625

I think we can assume that running into a situation where there are identical filenames except for case is quite rare.  The thing is, I don't even know how to make files like this on Windows.  Explorer doesn't work, and other Win32 apps won't do it (they all spit up errors).  I reckon I can do it with Python or some other language, since I assume they does these things at a low level.

I'll start looking at the code and see if I can come up with a patch.  My aim is to make it similar enough to how the Windows Terminal does it, (i.e. it corrects the typed name to the proper case) since that is what I'd imagine most Windows programmers are used to.
History
Date User Action Args
2013-09-09 00:33:35westley.martinezsetrecipients: + westley.martinez, terry.reedy
2013-09-09 00:33:35westley.martinezsetmessageid: <1378686815.23.0.0453180364345.issue18903@psf.upfronthosting.co.za>
2013-09-09 00:33:35westley.martinezlinkissue18903 messages
2013-09-09 00:33:33westley.martinezcreate