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 serhiy.storchaka
Recipients paul.moore, pitrou, serhiy.storchaka, steve.dower, tim.golden, udo.eberhardt, zach.ware
Date 2016-03-28.16:19:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459181941.26.0.233680184293.issue26655@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that there is no way to just read a file name exactly as it is spelled in the file system. Iterating all names in the directory and finding the one that match specified name ignoring case is not such effective as checking that specified file name exists.
History
Date User Action Args
2016-03-28 16:19:01serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, pitrou, tim.golden, zach.ware, steve.dower, udo.eberhardt
2016-03-28 16:19:01serhiy.storchakasetmessageid: <1459181941.26.0.233680184293.issue26655@psf.upfronthosting.co.za>
2016-03-28 16:19:01serhiy.storchakalinkissue26655 messages
2016-03-28 16:19:01serhiy.storchakacreate