Merge 3.5

This commit is contained in:
Yury Selivanov 2015-09-09 09:32:17 -04:00
commit 1030c10c88
1 changed files with 3 additions and 6 deletions

View File

@ -88,12 +88,9 @@ compile Python sources.
Added the ``-i``, ``-b`` and ``-h`` options.
.. versionchanged:: 3.5
* Added the ``-j`` and ``-r`` options.
* ``-q`` option was changed to a multilevel value.
* ``-qq`` option.
* ``-b`` will always produce a byte-code file ending in ``.pyc``,
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``.
There is no command-line option to control the optimization level used by the