[issue10908] Improvements to trace._Ignore

SilentGhost report at bugs.python.org
Sat Jan 15 17:19:20 CET 2011


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

The patch aside from fixing directory names on case-insensitive file systems, also:
 * implements more efficient handling of directory and module comparison (put into _Ignoore.__init__ instead of _Ignore.names).
 * changes integer return codes to boolean
 * doesn't require any more that the directory is actually a directory name.
 * moves --ignore-dir processing into a directory so that it can be expanded if $prefix support on windows is needed.
 * adds tests.

----------
stage:  -> patch review

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


More information about the Python-bugs-list mailing list