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 r.david.murray
Recipients Jim.Jewett, The Compiler, ezio.melotti, martin.panter, mbussonn, ncoghlan, njs, r.david.murray, rbcollins, serhiy.storchaka, takluyver, terry.reedy
Date 2015-08-26.12:03:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440590587.35.0.99970346166.issue24294@psf.upfronthosting.co.za>
In-reply-to
Content
Matthias: just print it and let the doctest pass.  That's consistent with how unittest works (unless warnings have been turned into errors, in which case it should fail, but I don't think you have to do anything to make that happen).

Nick: OK.  It is true that we aren't going to break anything if we get this wrong, just mildly annoy people :)
History
Date User Action Args
2015-08-26 12:03:07r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, rbcollins, ezio.melotti, njs, takluyver, martin.panter, Jim.Jewett, serhiy.storchaka, The Compiler, mbussonn
2015-08-26 12:03:07r.david.murraysetmessageid: <1440590587.35.0.99970346166.issue24294@psf.upfronthosting.co.za>
2015-08-26 12:03:07r.david.murraylinkissue24294 messages
2015-08-26 12:03:07r.david.murraycreate