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 eli.bendersky
Recipients eli.bendersky
Date 2010-07-20.17:44:49
SpamBayes Score 0.0018698793
Marked as misclassified No
Message-id <1279647891.9.0.117287880523.issue9315@psf.upfronthosting.co.za>
In-reply-to
Content
Brought up in issue 9282: unit tests should be added for the trace module.

Minor naming problem: Lib/test/test_trace.py is currently employed for testing the sys.settrace method.

Suggestion: name the unit tests of the trace module test_trace_module.py
History
Date User Action Args
2010-07-20 17:44:51eli.benderskysetrecipients: + eli.bendersky
2010-07-20 17:44:51eli.benderskysetmessageid: <1279647891.9.0.117287880523.issue9315@psf.upfronthosting.co.za>
2010-07-20 17:44:50eli.benderskylinkissue9315 messages
2010-07-20 17:44:49eli.benderskycreate