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 martin.panter
Recipients docs@python, georg.brandl, martin.panter, mdk, serhiy.storchaka, zach.ware
Date 2016-07-28.11:13:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469704407.42.0.882099581211.issue26462@psf.upfronthosting.co.za>
In-reply-to
Content
One last change I think needs making to the same demo, the “code-block” needs indenting under the bullet point:

* The interpreter can now be started with a quiet option, ``-q``, to prevent
  the copyright and version information from being displayed in the interactive
  mode.  The option can be introspected using the :attr:`sys.flags` attribute:
  
  .. code-block:: shell-session  <== Indented
     
    $ python -q

Otherwise, it seems to include extra text in the code block.
History
Date User Action Args
2016-07-28 11:13:27martin.pantersetrecipients: + martin.panter, georg.brandl, docs@python, zach.ware, serhiy.storchaka, mdk
2016-07-28 11:13:27martin.pantersetmessageid: <1469704407.42.0.882099581211.issue26462@psf.upfronthosting.co.za>
2016-07-28 11:13:27martin.panterlinkissue26462 messages
2016-07-28 11:13:27martin.pantercreate