docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
This commit is contained in:
parent
1f4d4705bd
commit
f03d50c5da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue