mirror of https://github.com/python/cpython
Add versionadded directive missing from r78983.
This commit is contained in:
parent
1ac0d7a7d3
commit
f68fa05f7b
|
@ -54,6 +54,9 @@ compile Python sources.
|
||||||
Write legacy ``.pyc`` file path names. Default is to write :pep:`3147`-style
|
Write legacy ``.pyc`` file path names. Default is to write :pep:`3147`-style
|
||||||
byte-compiled path names.
|
byte-compiled path names.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
The ``-i`` and ``-b`` options.
|
||||||
|
|
||||||
|
|
||||||
Public functions
|
Public functions
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in New Issue