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 Ravi.Sinha, chris.jerdonek, docs@python, r.david.murray, terry.reedy
Date 2012-10-07.12:45:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349613917.62.0.574737011641.issue16154@psf.upfronthosting.co.za>
In-reply-to
Content
> fsum will pass if 'from math import fsum' is done before it, but I've left such issues for now since there seems to be a debate about how to go about that

For now, you can at least use the "testsetup" directive which will simultaneously allow the doctests to pass but cause the subsequent lines to be hidden in the rendered HTML.  We can always remove the directive at a later date to cause it to display.  See here for an example:

http://bugs.python.org/review/15888/diff/6011/Doc/howto/ipaddress.rst

> - some seem unfixable too

Can you include links to the questionable areas for examples like these (e.g. using the "browse source" page http://hg.python.org/cpython/file/default/ )?  This will make it easier to reference and discuss.
History
Date User Action Args
2012-10-07 12:45:17chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, r.david.murray, docs@python, Ravi.Sinha
2012-10-07 12:45:17chris.jerdoneksetmessageid: <1349613917.62.0.574737011641.issue16154@psf.upfronthosting.co.za>
2012-10-07 12:45:17chris.jerdoneklinkissue16154 messages
2012-10-07 12:45:17chris.jerdonekcreate