]> granicus.if.org Git - python/commitdiff
Add versionadded directive missing from r78983.
authorÉric Araujo <merwok@netwok.org>
Thu, 16 Dec 2010 02:10:11 +0000 (02:10 +0000)
committerÉric Araujo <merwok@netwok.org>
Thu, 16 Dec 2010 02:10:11 +0000 (02:10 +0000)
Doc/library/compileall.rst

index 1835b315a96af04ee13d84cc3df5653dcd61a75e..29041cdade3152bfd4b8e4213a7c83f3f116da39 100644 (file)
@@ -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
 ----------------