diff options
author | Ezio Melotti <none@none> | 2011-04-03 14:39:19 (GMT) |
---|---|---|
committer | Ezio Melotti <none@none> | 2011-04-03 14:39:19 (GMT) |
commit | b7af620747a542c8173fc9d2fef59e1141e9ff20 (patch) | |
tree | 304809a7381969596398c6389d1ba6fa6a384d2b /Doc/library/unittest.rst | |
parent | c9a5272e8dc0aaa5d0ce63297b72292f4982db18 (diff) | |
parent | 361467e5226af652fdf08bdfe5737f51eba594e4 (diff) | |
download | cpython-b7af620747a542c8173fc9d2fef59e1141e9ff20.zip cpython-b7af620747a542c8173fc9d2fef59e1141e9ff20.tar.gz cpython-b7af620747a542c8173fc9d2fef59e1141e9ff20.tar.bz2 |
#11282: merge with 3.2.
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 a4e2cab..a623f3c 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1462,7 +1462,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. |