#11282: merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-04-03 17:39:19 +03:00
commit b7af620747
3 changed files with 4 additions and 7 deletions

View file

@ -1093,10 +1093,8 @@ test case
_runtime_warn("barz")
def testDeprecatedMethodNames(self):
"""Test that the deprecated methods raise a DeprecationWarning.
The fail* methods will be removed in 3.3. The assert* methods will
have to stay around for a few more versions. See #9424.
"""
Test that the deprecated methods raise a DeprecationWarning. See #9424.
"""
old = (
(self.assertNotEquals, (3, 5)),