diff options
author | Ezio Melotti <none@none> | 2011-04-03 14:37:58 (GMT) |
---|---|---|
committer | Ezio Melotti <none@none> | 2011-04-03 14:37:58 (GMT) |
commit | 361467e5226af652fdf08bdfe5737f51eba594e4 (patch) | |
tree | fb5026cafae3b893dff3556e86586d837d1871f1 /Doc/library/unittest.rst | |
parent | 9481e4174191e43fbb2bff4c670bb6c604e86ae2 (diff) | |
download | cpython-361467e5226af652fdf08bdfe5737f51eba594e4.zip cpython-361467e5226af652fdf08bdfe5737f51eba594e4.tar.gz cpython-361467e5226af652fdf08bdfe5737f51eba594e4.tar.bz2 |
#11282: the fail* methods will stay around a few more versions.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index a3de29b..beed4de 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1459,7 +1459,7 @@ along with their deprecated aliases: :meth:`.assertRaisesRegex` assertRaisesRegexp ============================== ====================== ====================== - .. deprecated-removed:: 3.1 3.3 + .. deprecated:: 3.1 the fail* aliases listed in the second column. .. deprecated:: 3.2 the assert* aliases listed in the third column. |