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 taschini
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, taschini
Date 2012-04-18.08:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334739301.06.0.953247289767.issue12947@psf.upfronthosting.co.za>
In-reply-to
Content
Concrete examples can be seen in the section

http://docs.python.org/library/doctest.html#option-flags-and-directives

For instance at

http://docs.python.org/library/doctest.html#doctest.IGNORE_EXCEPTION_DETAIL

The doctest flags present in the sources in 

http://docs.python.org/_sources/library/doctest.txt

are all stripped.
History
Date User Action Args
2012-04-18 08:55:01taschinisetrecipients: + taschini, georg.brandl, ezio.melotti, eric.araujo, docs@python
2012-04-18 08:55:01taschinisetmessageid: <1334739301.06.0.953247289767.issue12947@psf.upfronthosting.co.za>
2012-04-18 08:55:00taschinilinkissue12947 messages
2012-04-18 08:55:00taschinicreate