Merge #10553 followup from 3.2

This commit is contained in:
Éric Araujo 2011-03-26 03:23:43 +01:00
commit b9a1c5662b
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ compile Python sources.
.. versionchanged:: 3.2
Added the ``-i``, ``-b`` and ``-h`` options.
There is no command-line option to control the optimization level used by the
:func:`compile` function, because the Python interpreter itself already
provides the option: :program:`python -O -m compileall`.
Public functions
----------------