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 chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, sandro.tosi, taschini, terry.reedy
Date 2012-09-10.06:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347259647.05.0.255865878311.issue12947@psf.upfronthosting.co.za>
In-reply-to
Content
I discovered this today as well while reading the doctest documentation.

One thing that I never noticed before (and that doesn't seem to be reflected in the comments above) is that many of the code snippet rectangles in the doctest documentation have a small rectangle in the upper-right corner with the text ">>>".

If you click on one of these small rectangles, most of the text inside the code snippet rectangle disappears.  I haven't confirmed this, but I suspect that it is the code snippets with a doctest directive that have this clickable corner.

Is this a feature?  What is it for? :)
History
Date User Action Args
2012-09-10 06:47:27chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, sandro.tosi, docs@python, taschini
2012-09-10 06:47:27chris.jerdoneksetmessageid: <1347259647.05.0.255865878311.issue12947@psf.upfronthosting.co.za>
2012-09-10 06:47:26chris.jerdoneklinkissue12947 messages
2012-09-10 06:47:26chris.jerdonekcreate