mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
#11282: merge with 3.2.
This commit is contained in:
commit
b7af620747
3 changed files with 4 additions and 7 deletions
|
@ -1110,8 +1110,7 @@ class TestCase(object):
|
|||
return original_func(*args, **kwargs)
|
||||
return deprecated_func
|
||||
|
||||
# The fail* methods can be removed in 3.3, the 5 assert* methods will
|
||||
# have to stay around for a few more versions. See #9424.
|
||||
# see #9424
|
||||
assertEquals = _deprecate(assertEqual)
|
||||
assertNotEquals = _deprecate(assertNotEqual)
|
||||
assertAlmostEquals = _deprecate(assertAlmostEqual)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue