summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
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)
commitf68fa05f7bd67198b99c443e6b330f43069f9a02 (patch)
treeeb469e848b52d6f059af8701fa29dea428922739 /Doc/library
parent1ac0d7a7d3b4b6bd89094e83ed4f26911b8acf4c (diff)
downloadcpython-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.rst3
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
----------------