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 MarkRoddy
Recipients MarkRoddy, cooyeah, michael.foord
Date 2010-12-30.17:18:28
SpamBayes Score 1.457724e-06
Marked as misclassified No
Message-id <1293729515.18.0.694263202193.issue10786@psf.upfronthosting.co.za>
In-reply-to
Content
All patches change the default value of stream to None in the constructor, and set it to the current to sys.stderr if the argument is None.  Unit tests included to check this behavior.  

Also, the patch against Python 3.1 adds the Test_TextTestRunner test case to the list of tests to be run.  Apparently this test case was not being run.
History
Date User Action Args
2010-12-30 17:18:35MarkRoddysetrecipients: + MarkRoddy, michael.foord, cooyeah
2010-12-30 17:18:35MarkRoddysetmessageid: <1293729515.18.0.694263202193.issue10786@psf.upfronthosting.co.za>
2010-12-30 17:18:28MarkRoddylinkissue10786 messages
2010-12-30 17:18:28MarkRoddycreate