From: Yury Selivanov Date: Wed, 9 Sep 2015 13:32:07 +0000 (-0400) Subject: docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) X-Git-Tag: v3.5.1rc1~410 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f03d50c5da227fe1066f2ce9692e4c5590a8b868;p=thirdparty%2FPython%2Fcpython.git docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index a4c09cce2fba..82f3753dfbb6 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -88,12 +88,9 @@ compile Python sources. Added the ``-i``, ``-b`` and ``-h`` options. .. versionchanged:: 3.5 - - * Added the ``-j`` and ``-r`` options. - * ``-q`` option was changed to a multilevel value. - * ``-qq`` option. - * ``-b`` will always produce a byte-code file ending in ``.pyc``, - never ``.pyo``. + Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option + was changed to a multilevel value. ``b`` will always produce a + byte-code file ending in ``.pyc``, never ``.pyo``. There is no command-line option to control the optimization level used by the