Kaydet (Commit) f03d50c5 authored tarafından Yury Selivanov's avatar Yury Selivanov

docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)

üst 1f4d4705
...@@ -88,12 +88,9 @@ compile Python sources. ...@@ -88,12 +88,9 @@ compile Python sources.
Added the ``-i``, ``-b`` and ``-h`` options. Added the ``-i``, ``-b`` and ``-h`` options.
.. versionchanged:: 3.5 .. versionchanged:: 3.5
Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option
* Added the ``-j`` and ``-r`` options. was changed to a multilevel value. ``b`` will always produce a
* ``-q`` option was changed to a multilevel value. byte-code file ending in ``.pyc``, never ``.pyo``.
* ``-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 There is no command-line option to control the optimization level used by the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment