[issue9346] Improve threading tests

2010-07-23 Thread Brett Cannon
Brett Cannon added the comment: r83094 and r83095 -- nosy: +brett.cannon resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue9346] Improve threading tests

2010-07-23 Thread Brian Brazil
New submission from Brian Brazil : The attached patch: Remove unused "self-test" from threading.py that doesn't really test much. Add better testing for Thread.__repr__. This brings coverage as measured by regrtest from 40% to 45%. -- components: Interpreter Core files: threading_test_