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 <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