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

Vladimir Rutsky report at bugs.python.org
Wed Jan 12 17:27:24 CET 2011


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

Workaround for people on Windows who don't wan't to modify trace.py:
to get clean trace of only your project calls add to ignore list python path with mix of character cases. For me worked out this string:
  python -m trace --ignore-dir=c:\python26\lib;C:\python26\lib;C:\Python26\Lib -t main.py

----------

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


More information about the Python-bugs-list mailing list