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 steven.daprano
Recipients daaku, steven.daprano, terry.reedy
Date 2010-02-09.13:26:48
SpamBayes Score 1.5389278e-06
Marked as misclassified No
Message-id <1265722011.42.0.272833958261.issue4037@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a simple test script for the patch I submitted. I have tested it with Python 2.6 both before and after applying the patch. Run it from the command line.

With the unpatched doctest module, it prints:

"Expected 2 doctests, but only found 1"

After the patch, it finds and runs both doctests, and prints nothing.
History
Date User Action Args
2010-02-09 13:26:52steven.dapranosetrecipients: + steven.daprano, terry.reedy, daaku
2010-02-09 13:26:51steven.dapranosetmessageid: <1265722011.42.0.272833958261.issue4037@psf.upfronthosting.co.za>
2010-02-09 13:26:49steven.dapranolinkissue4037 messages
2010-02-09 13:26:49steven.dapranocreate