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 terry.reedy
Recipients chris.jerdonek, eric.araujo, ezio.melotti, ncoghlan, ned.deily, terry.reedy
Date 2013-01-12.02:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357959446.06.0.288224370714.issue16930@psf.upfronthosting.co.za>
In-reply-to
Content
Windows preserves case when writing a filename but ignores it when searching and opening filenames. IE, if I have tem.py and try to save TEM.py (from IDLE), it says 'tem.py exists, overwrite?'. So will or will not that be a problem for graft with 2.7/3.x module name case changes?
History
Date User Action Args
2013-01-12 02:57:26terry.reedysetrecipients: + terry.reedy, ncoghlan, ned.deily, ezio.melotti, eric.araujo, chris.jerdonek
2013-01-12 02:57:26terry.reedysetmessageid: <1357959446.06.0.288224370714.issue16930@psf.upfronthosting.co.za>
2013-01-12 02:57:26terry.reedylinkissue16930 messages
2013-01-12 02:57:25terry.reedycreate