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 ncoghlan
Recipients eric.araujo, ezio.melotti, ncoghlan, petri.lehtinen
Date 2011-11-11.12:37:34
SpamBayes Score 0.005426885
Marked as misclassified No
Message-id <1321015055.54.0.461330722947.issue13349@psf.upfronthosting.co.za>
In-reply-to
Content
doctests by their very nature tend to overspecify things - that's why actual regression tests should be written with unittest, while doctest is kept for its originally intended purpose of testing examples included in docstrings and other documentation.

Still, there's also a reason why IGNORE_EXCEPTION_DETAIL is an available doctest option.
History
Date User Action Args
2011-11-11 12:37:35ncoghlansetrecipients: + ncoghlan, ezio.melotti, eric.araujo, petri.lehtinen
2011-11-11 12:37:35ncoghlansetmessageid: <1321015055.54.0.461330722947.issue13349@psf.upfronthosting.co.za>
2011-11-11 12:37:34ncoghlanlinkissue13349 messages
2011-11-11 12:37:34ncoghlancreate