From 361467e5226af652fdf08bdfe5737f51eba594e4 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sun, 3 Apr 2011 17:37:58 +0300 Subject: #11282: the fail* methods will stay around a few more versions. --- Lib/unittest/test/test_case.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Lib/unittest/test/test_case.py') diff --git a/Lib/unittest/test/test_case.py b/Lib/unittest/test/test_case.py index 314aef3ac7..1db433f32c 100644 --- a/Lib/unittest/test/test_case.py +++ b/Lib/unittest/test/test_case.py @@ -1088,10 +1088,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.failIfEqual, (3, 5)), -- cgit v1.2.1