From: Éric Araujo Date: Thu, 16 Dec 2010 02:10:11 +0000 (+0000) Subject: Add versionadded directive missing from r78983. X-Git-Tag: v3.2b2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f68fa05f7bd67198b99c443e6b330f43069f9a02;p=thirdparty%2FPython%2Fcpython.git Add versionadded directive missing from r78983. --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 1835b315a96a..29041cdade31 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 ----------------