diff options
author | Éric Araujo <merwok@netwok.org> | 2010-12-16 02:10:11 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-12-16 02:10:11 (GMT) |
commit | f68fa05f7bd67198b99c443e6b330f43069f9a02 (patch) | |
tree | eb469e848b52d6f059af8701fa29dea428922739 /Doc/library | |
parent | 1ac0d7a7d3b4b6bd89094e83ed4f26911b8acf4c (diff) | |
download | cpython-f68fa05f7bd67198b99c443e6b330f43069f9a02.zip cpython-f68fa05f7bd67198b99c443e6b330f43069f9a02.tar.gz cpython-f68fa05f7bd67198b99c443e6b330f43069f9a02.tar.bz2 |
Add versionadded directive missing from r78983.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/compileall.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 1835b31..29041cd 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -54,6 +54,9 @@ compile Python sources. Write legacy ``.pyc`` file path names. Default is to write :pep:`3147`-style byte-compiled path names. +.. versionadded:: 3.2 + The ``-i`` and ``-b`` options. + Public functions ---------------- |