From 0a7b2c7bc393aee46081fe566ebd3edf0e8d5073 Mon Sep 17 00:00:00 2001 From: Georg Brandl <georg@python.org> Date: Fri, 6 Feb 2009 18:11:01 +0000 Subject: [PATCH] #5173: StandardError wasn't removed in 2.6. --- Doc/whatsnew/3.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index fcdca0444d..82f32cac5d 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -691,7 +691,7 @@ new powerful features added: idiom for handling all exceptions except for this latter category is to use :keyword:`except` :exc:`Exception`. -* :exc:`StandardError` was removed (in 2.6 already). +* :exc:`StandardError` was removed. * Exceptions no longer behave as sequences. Use the :attr:`args` attribute instead. -- 2.40.0