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 belopolsky
Recipients belopolsky, docs@python, eric.araujo, lukasz.langa, terry.reedy
Date 2011-01-11.23:17:06
SpamBayes Score 0.00027832517
Marked as misclassified No
Message-id <AANLkTikiQZGX-NC6wb=cgOrThZYa9efN3=PQ8Pnbw+DQ@mail.gmail.com>
In-reply-to <1294787411.16.0.552389169733.issue10225@psf.upfronthosting.co.za>
Content
On Tue, Jan 11, 2011 at 6:10 PM, Terry J. Reedy <report@bugs.python.org> wrote:
..
> Doctest runs on .rst files, which are plain text files, finds and reports errors, and reports no errors when the errors are fixed.
> See #10875 where is was very helpful. So your last comment puzzles me.
>

Sphinx doctest runner supports doctest fixtures that plain doctest
does not.  Some of the examples in the docs rely on these.

See http://sphinx.pocoo.org/ext/doctest.html .
History
Date User Action Args
2011-01-11 23:17:09belopolskysetrecipients: + belopolsky, terry.reedy, eric.araujo, docs@python, lukasz.langa
2011-01-11 23:17:06belopolskylinkissue10225 messages
2011-01-11 23:17:06belopolskycreate