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 georg.brandl
Recipients bethard, docs@python, eric.araujo, georg.brandl, python-dev, sandro.tosi
Date 2012-02-20.08:39:09
SpamBayes Score 0.0056735734
Marked as misclassified No
Message-id <1329727150.36.0.154270556306.issue13605@psf.upfronthosting.co.za>
In-reply-to
Content
Blocks not introduced by "::" are *NOT* code blocks.

If they happen to begin with ">>> ", they are recognized as doctest blocks and colorized as doctests.

Doctest blocks shouldn't be indented. (The indent is a blockquote in this case.)
History
Date User Action Args
2012-02-20 08:39:10georg.brandlsetrecipients: + georg.brandl, bethard, eric.araujo, sandro.tosi, docs@python, python-dev
2012-02-20 08:39:10georg.brandlsetmessageid: <1329727150.36.0.154270556306.issue13605@psf.upfronthosting.co.za>
2012-02-20 08:39:09georg.brandllinkissue13605 messages
2012-02-20 08:39:09georg.brandlcreate