summaryrefslogtreecommitdiff
path: root/Doc/library/py_compile.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 +0000
committerBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 +0000
commit69ac534bd8695b464b0d6780aed244e06e562210 (patch)
tree3722ebd857de75cbce0eba0263001db9af9c99ba /Doc/library/py_compile.rst
parentb17ba96d9de56577398d2172804f848747ce0a42 (diff)
downloadcpython-69ac534bd8695b464b0d6780aed244e06e562210.tar.gz
remove some old versionchanged and versionadded directives
Diffstat (limited to 'Doc/library/py_compile.rst')
-rw-r--r--Doc/library/py_compile.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst
index 77ed8cf4a0..0891862496 100644
--- a/Doc/library/py_compile.rst
+++ b/Doc/library/py_compile.rst
@@ -45,10 +45,6 @@ When this module is run as a script, the :func:`main` is used to compile all the
files named on the command line. The exit status is nonzero if one of the files
could not be compiled.
-.. versionchanged:: 2.6
-
- Added the nonzero exit status.
-
.. seealso::