From 69ac534bd8695b464b0d6780aed244e06e562210 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 24 Apr 2008 02:34:53 +0000 Subject: remove some old versionchanged and versionadded directives --- Doc/library/py_compile.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Doc/library/py_compile.rst') 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:: -- cgit v1.2.1