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.
2 parents b3a591b + 01606de commit b9a1c56Copy full SHA for b9a1c56
1 file changed
Doc/library/compileall.rst
@@ -68,6 +68,9 @@ compile Python sources.
68
.. versionchanged:: 3.2
69
Added the ``-i``, ``-b`` and ``-h`` options.
70
71
+There is no command-line option to control the optimization level used by the
72
+:func:`compile` function, because the Python interpreter itself already
73
+provides the option: :program:`python -O -m compileall`.
74
75
Public functions
76
----------------
0 commit comments