Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4d470 commit f03d50cCopy full SHA for f03d50c
1 file changed
Doc/library/compileall.rst
@@ -88,12 +88,9 @@ compile Python sources.
88
Added the ``-i``, ``-b`` and ``-h`` options.
89
90
.. 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``.
+ 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``.
97
98
99
There is no command-line option to control the optimization level used by the
0 commit comments