diff options
| author | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:34:53 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:34:53 +0000 |
| commit | 35e8c4653455ceeac5b49b369b4c11be6096ea17 (patch) | |
| tree | 56520e401f31f82834da704af56430a70683bac8 /Doc/library/py_compile.rst | |
| parent | 3513358e11df32cc02047e48a9a9a976343ba16c (diff) | |
| download | cpython-git-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.gz | |
remove some old versionchanged and versionadded directives
Diffstat (limited to 'Doc/library/py_compile.rst')
| -rw-r--r-- | Doc/library/py_compile.rst | 4 |
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:: |
