From f68fa05f7bd67198b99c443e6b330f43069f9a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Thu, 16 Dec 2010 02:10:11 +0000 Subject: [PATCH] Add versionadded directive missing from r78983. --- Doc/library/compileall.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 1835b315a96..29041cdade3 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 ----------------