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 chris.jerdonek
Recipients chris.jerdonek, docs@python
Date 2012-08-12.13:54:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344779660.84.0.741331364071.issue15629@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is to start running (at least some of) the doctests in the Doc/ folder's *.rst files as part of regrtest.

We will need a whitelist mechanism to tell regrtest which files to process since currently many doctests are not runnable (e.g. some kind of "doctest-safe" marker that can go in a file as suggested by Nick).

See also the discussion thread started here:

http://mail.python.org/pipermail/python-dev/2012-August/121304.html
History
Date User Action Args
2012-08-12 13:54:20chris.jerdoneksetrecipients: + chris.jerdonek, docs@python
2012-08-12 13:54:20chris.jerdoneksetmessageid: <1344779660.84.0.741331364071.issue15629@psf.upfronthosting.co.za>
2012-08-12 13:54:20chris.jerdoneklinkissue15629 messages
2012-08-12 13:54:20chris.jerdonekcreate