From: Georg Brandl Date: Fri, 6 Feb 2009 18:11:01 +0000 (+0000) Subject: #5173: StandardError wasn't removed in 2.6. X-Git-Tag: v3.1a1~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a7b2c7bc393aee46081fe566ebd3edf0e8d5073;p=thirdparty%2FPython%2Fcpython.git #5173: StandardError wasn't removed in 2.6. --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index fcdca0444dfb..82f32cac5d0f 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.