Message 271521 - Python tracker
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.