[issue26655] pathlib glob case sensitivity issue on Windows

Serhiy Storchaka report at bugs.python.org
Wed Mar 30 09:05:59 EDT 2016


Serhiy Storchaka added the comment:

For now glob(r'c:\very\long\case\insensitive\path\*.txt') have to iterate names only in one directory. For restoring actual path case it have to iterate all parent directories: r'c:\very\long\case\insensitive\path', r'c:\very\long\case\insensitive', r'c:\very\long\case', r'c:\very\long', r'c:\very', and 'c:\\'.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26655>
_______________________________________


More information about the Python-bugs-list mailing list