This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vrutsky
Recipients vrutsky
Date 2011-01-12.16:27:19
SpamBayes Score 0.00036974731
Marked as misclassified No
Message-id <1294849644.6.0.993120212353.issue10896@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-01-12 16:27:24vrutskysetrecipients: + vrutsky
2011-01-12 16:27:24vrutskysetmessageid: <1294849644.6.0.993120212353.issue10896@psf.upfronthosting.co.za>
2011-01-12 16:27:19vrutskylinkissue10896 messages
2011-01-12 16:27:19vrutskycreate