Serhiy Storchaka added the comment:

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.

----------
nosy: +pitrou, serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26655>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to