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 b39b196 commit 01606deCopy full SHA for 01606de
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