mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
This commit is contained in:
parent
1f4d4705bd
commit
f03d50c5da
1 changed files with 3 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue