[Python-checkins] r67980 - python/trunk/Doc/library/unittest.rst

antoine.pitrou python-checkins at python.org
Sun Dec 28 15:24:29 CET 2008


Author: antoine.pitrou
Date: Sun Dec 28 15:24:29 2008
New Revision: 67980

Log:
wrong version number in doc changes committed in r67979

Modified:
   python/trunk/Doc/library/unittest.rst

Modified: python/trunk/Doc/library/unittest.rst
==============================================================================
--- python/trunk/Doc/library/unittest.rst	(original)
+++ python/trunk/Doc/library/unittest.rst	Sun Dec 28 15:24:29 2008
@@ -622,7 +622,7 @@
    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::


More information about the Python-checkins mailing list