diff options
| author | Ezio Melotti <none@none> | 2011-04-03 17:37:58 +0300 |
|---|---|---|
| committer | Ezio Melotti <none@none> | 2011-04-03 17:37:58 +0300 |
| commit | 361467e5226af652fdf08bdfe5737f51eba594e4 (patch) | |
| tree | fb5026cafae3b893dff3556e86586d837d1871f1 /Doc/library | |
| parent | 9481e4174191e43fbb2bff4c670bb6c604e86ae2 (diff) | |
| download | cpython-git-361467e5226af652fdf08bdfe5737f51eba594e4.tar.gz | |
#11282: the fail* methods will stay around a few more versions.
Diffstat (limited to 'Doc/library')
| -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 a3de29b599..beed4ded86 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. |
