]> granicus.if.org Git - python/commitdiff
#5173: StandardError wasn't removed in 2.6.
authorGeorg Brandl <georg@python.org>
Fri, 6 Feb 2009 18:11:01 +0000 (18:11 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 6 Feb 2009 18:11:01 +0000 (18:11 +0000)
Doc/whatsnew/3.0.rst

index fcdca0444dfb581d476b05025efdbbac5d1e17f9..82f32cac5d0f8fe4d499b5a2c8321888d7f2b0d0 100644 (file)
@@ -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.