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 r.david.murray
Recipients asvetlov, brett.cannon, chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, r.david.murray, sbt, v+python
Date 2012-08-13.12:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344861087.0.0.077139111939.issue15629@psf.upfronthosting.co.za>
In-reply-to
Content
That's exactly what Georg's suggestion is about.  Sphinx does have a way to mark doctest snippets as "run this", "don't run this".  I believe that requires using 'make doctest' as the runner, but I already think that is the way to go, as I said before.
History
Date User Action Args
2012-08-13 12:31:27r.david.murraysetrecipients: + r.david.murray, brett.cannon, georg.brandl, ezio.melotti, eric.araujo, v+python, asvetlov, chris.jerdonek, docs@python, sbt
2012-08-13 12:31:27r.david.murraysetmessageid: <1344861087.0.0.077139111939.issue15629@psf.upfronthosting.co.za>
2012-08-13 12:31:26r.david.murraylinkissue15629 messages
2012-08-13 12:31:26r.david.murraycreate