Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f03d50c

Browse files
committed
docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
1 parent 1f4d470 commit f03d50c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Doc/library/compileall.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@ compile Python sources.
8888
Added the ``-i``, ``-b`` and ``-h`` options.
8989

9090
.. versionchanged:: 3.5
91-
92-
* Added the ``-j`` and ``-r`` options.
93-
* ``-q`` option was changed to a multilevel value.
94-
* ``-qq`` option.
95-
* ``-b`` will always produce a byte-code file ending in ``.pyc``,
96-
never ``.pyo``.
91+
Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option
92+
was changed to a multilevel value. ``b`` will always produce a
93+
byte-code file ending in ``.pyc``, never ``.pyo``.
9794

9895

9996
There is no command-line option to control the optimization level used by the

0 commit comments

Comments
 (0)