[issue10896] trace module compares directories as strings (--ignore-dir)

Vladimir Rutsky report at bugs.python.org
Wed Jan 19 14:56:32 CET 2011


Vladimir Rutsky <rutsky.vladimir at gmail.com> added the comment:

SilentGhost, thanks for the patch! I can confirm, that adding os.path.normcase fixes issues with different cases of files.

I believe there also may be issue with FAT's long file name mangling, like "C:\PROGRA~1\python26\" instead of "C:\Program Files\python26\". But never experienced such issue with Python.

----------

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


More information about the Python-bugs-list mailing list