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

SilentGhost report at bugs.python.org
Wed Jan 12 18:03:22 CET 2011


SilentGhost <ghost.adh at gmail.com> added the comment:

It's due to the os.path.normpath not normalizing case. Here is the patch.

Also affects 3.x

----------
keywords: +patch
nosy: +SilentGhost
versions: +Python 3.1, Python 3.2
Added file: http://bugs.python.org/file20378/trace.diff

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


More information about the Python-bugs-list mailing list