[Python-checkins] r87302 - python/branches/py3k/Doc/library/compileall.rst

eric.araujo python-checkins at python.org
Thu Dec 16 03:10:12 CET 2010


Author: eric.araujo
Date: Thu Dec 16 03:10:11 2010
New Revision: 87302

Log:
Add versionadded directive missing from r78983.


Modified:
   python/branches/py3k/Doc/library/compileall.rst

Modified: python/branches/py3k/Doc/library/compileall.rst
==============================================================================
--- python/branches/py3k/Doc/library/compileall.rst	(original)
+++ python/branches/py3k/Doc/library/compileall.rst	Thu Dec 16 03:10:11 2010
@@ -54,6 +54,9 @@
    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
 ----------------


More information about the Python-checkins mailing list