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 pitrou
Recipients collinwinter, jyasskin, pitrou, rnk
Date 2009-06-16.22:25:37
SpamBayes Score 1.6897224e-06
Marked as misclassified No
Message-id <1245191139.72.0.022800667751.issue6292@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than silently skipping stuff or writing to stderr, the patch
should, as much as possible, use the new test-skipping API in unittest.
Perhaps DocTestSuite could centralize some of the effort by inspecting
sys.flags and skipping accordingly (but users may also set __doc__
manually).
History
Date User Action Args
2009-06-16 22:25:40pitrousetrecipients: + pitrou, collinwinter, jyasskin, rnk
2009-06-16 22:25:39pitrousetmessageid: <1245191139.72.0.022800667751.issue6292@psf.upfronthosting.co.za>
2009-06-16 22:25:37pitroulinkissue6292 messages
2009-06-16 22:25:37pitroucreate