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 JonoDiCarlo
Recipients JonoDiCarlo
Date 2007-09-13.20:44:43
SpamBayes Score 0.01412121
Marked as misclassified No
Message-id <1189716284.14.0.731587467816.issue1163@psf.upfronthosting.co.za>
In-reply-to
Content
In the google spreadsheet for py3k tasks for the sprint last month, one
of the listed tasks was to convert Lib/test/test_thread to use the
unittest module, where it previously was using the old-style testing
(i.e. comparing output of print statements to a text file).  I'm
attatching a patch that makes that change.

This is my first time submitting a patch to Python, so please let me
know if I'm doing anything wrong (or if this patch is redundant).
Files
File name Uploaded
jdicarlo_stdlibtests_patch_sep7.diff JonoDiCarlo, 2007-09-13.20:44:43
History
Date User Action Args
2007-09-13 20:44:44JonoDiCarlosetspambayes_score: 0.0141212 -> 0.01412121
recipients: + JonoDiCarlo
2007-09-13 20:44:44JonoDiCarlosetspambayes_score: 0.0141212 -> 0.0141212
messageid: <1189716284.14.0.731587467816.issue1163@psf.upfronthosting.co.za>
2007-09-13 20:44:44JonoDiCarlolinkissue1163 messages
2007-09-13 20:44:43JonoDiCarlocreate