diff options
Diffstat (limited to 'Doc/library/compileall.rst')
-rw-r--r-- | Doc/library/compileall.rst | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 0325f1a..a4c09cc 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -88,14 +88,12 @@ compile Python sources. Added the ``-i``, ``-b`` and ``-h`` options. .. versionchanged:: 3.5 - Added the ``-j`` and ``-r`` options. -.. versionchanged:: 3.5 - ``-q`` option was changed to a multilevel value. - -.. versionchanged:: 3.5 - ``-b`` will always produce a byte-code file ending in ``.pyc``, never - ``.pyo``. + * 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``. There is no command-line option to control the optimization level used by the |