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 <[email protected]>
In-reply-to <[email protected]>
Content
On Tue, Jan 11, 2011 at 6:10 PM, Terry J. Reedy <[email protected]> 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