[Python-checkins] cpython (3.2): Add version number for versionchanged directive (backport from 3.3)

eric.araujo python-checkins at python.org
Fri Sep 2 17:45:08 CEST 2011


http://hg.python.org/cpython/rev/e6f18c055ae6
changeset:   72183:e6f18c055ae6
branch:      3.2
parent:      72177:fcb037cf261b
user:        Éric Araujo <merwok at netwok.org>
date:        Thu Sep 01 05:55:26 2011 +0200
summary:
  Add version number for versionchanged directive (backport from 3.3)

files:
  Doc/library/unittest.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -723,7 +723,7 @@
    Here, we create two instances of :class:`WidgetTestCase`, each of which runs a
    single test.
 
-   .. versionchanged::
+   .. versionchanged:: 3.2
       :class:`TestCase` can be instantiated successfully without providing a method
       name. This makes it easier to experiment with :class:`TestCase` from the
       interactive interpreter.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list