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 mcjeff
Recipients brian.curtin, georg.brandl, lygstate, mcjeff, ncoghlan, pitrou, tim.golden
Date 2012-03-15.11:21:53
SpamBayes Score 2.2033367e-07
Marked as misclassified No
Message-id <1331810514.56.0.191049487669.issue14255@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a tiny patch that just changes normcase->normpath.  This fixes the casing issue at the 'gettempdir' level, though it doesn't address the 'normcase' function itself.

Note that *both* macpath.py and ntpath.py use <s>.lower, which obviously won't fly on case-sensitive mounts. If someone more experienced than I has a suggestion on how to handle that -- or whether its worthwhile to even touch -- I'll gladly implement.
History
Date User Action Args
2012-03-15 11:21:54mcjeffsetrecipients: + mcjeff, georg.brandl, ncoghlan, pitrou, tim.golden, brian.curtin, lygstate
2012-03-15 11:21:54mcjeffsetmessageid: <1331810514.56.0.191049487669.issue14255@psf.upfronthosting.co.za>
2012-03-15 11:21:53mcjefflinkissue14255 messages
2012-03-15 11:21:53mcjeffcreate