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 vstinner
Recipients christian.heimes, georg.brandl, larry, lemburg, pitrou, r.david.murray, steven.daprano, vstinner
Date 2013-11-25.13:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385387081.98.0.260686119508.issue19763@psf.upfronthosting.co.za>
In-reply-to
Content
> However, I think the following changes do make the docstrings less readable:

Doctests are not reliable. IMO it's better to use unittest with testcases. unittest is easier to maintain, work with Python 2 and 3, and usually provide more useful reports on error.

unittest has more features like functions to skip a test on a specific platform.
History
Date User Action Args
2013-11-25 13:44:42vstinnersetrecipients: + vstinner, lemburg, georg.brandl, pitrou, larry, christian.heimes, steven.daprano, r.david.murray
2013-11-25 13:44:41vstinnersetmessageid: <1385387081.98.0.260686119508.issue19763@psf.upfronthosting.co.za>
2013-11-25 13:44:41vstinnerlinkissue19763 messages
2013-11-25 13:44:41vstinnercreate