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 marco.buttu
Recipients Kwpolska, SilentGhost, YoSTEALTH, marco.buttu
Date 2017-01-02.19:11:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483384272.85.0.758416089269.issue29134@psf.upfronthosting.co.za>
In-reply-to
Content
Going a bit OT, in the contextlib doc there are two examples that have both normal code and shell code in the same code block. In this way we loose the prompt syntax highlight, and the code block can also confuse the reader.  In the patch attached the two examples are executed entirely in the shell, and both are under doctest.
History
Date User Action Args
2017-01-02 19:11:12marco.buttusetrecipients: + marco.buttu, SilentGhost, YoSTEALTH, Kwpolska
2017-01-02 19:11:12marco.buttusetmessageid: <1483384272.85.0.758416089269.issue29134@psf.upfronthosting.co.za>
2017-01-02 19:11:12marco.buttulinkissue29134 messages
2017-01-02 19:11:12marco.buttucreate