From: Antoine Pitrou Date: Sun, 28 Dec 2008 14:24:29 +0000 (+0000) Subject: wrong version number in doc changes committed in r67979 X-Git-Tag: v2.7a1~2474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc928de44f9d3d731f86aecb834c94d975c95282;p=thirdparty%2FPython%2Fcpython.git wrong version number in doc changes committed in r67979 --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 96eebf285eea..f86fda0dc2b8 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -622,7 +622,7 @@ failures. fails if no exception is raised. To catch any of a group of exceptions, a tuple containing the exception classes may be passed as *exception*. - .. versionchanged:: 2.2 + .. versionchanged:: 2.7 If *callable* is omitted or None, returns a context manager so that the code under test can be written inline rather than as a function::