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 eric.araujo
Recipients bethard, docs@python, eric.araujo, georg.brandl, python-dev, sandro.tosi, tshepang
Date 2012-02-21.00:11:59
SpamBayes Score 0.0016635208
Marked as misclassified No
Message-id <1329783119.81.0.233064819032.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.

Ah, that’s it!  Thanks.  So we have two valid ways of marking up doctest-like blocks, “::” ° indent and implicit markup, right?
History
Date User Action Args
2012-02-21 00:11:59eric.araujosetrecipients: + eric.araujo, georg.brandl, bethard, sandro.tosi, docs@python, tshepang, python-dev
2012-02-21 00:11:59eric.araujosetmessageid: <1329783119.81.0.233064819032.issue13605@psf.upfronthosting.co.za>
2012-02-21 00:11:59eric.araujolinkissue13605 messages
2012-02-21 00:11:59eric.araujocreate