From f03d50c5da227fe1066f2ce9692e4c5590a8b868 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 9 Sep 2015 09:32:07 -0400 Subject: docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) --- Doc/library/compileall.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index a4c09cc..82f3753 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 -- cgit v0.12