#5173: StandardError wasn't removed in 2.6.

This commit is contained in:
Georg Brandl 2009-02-06 18:11:01 +00:00
parent b9ebd04bbc
commit 0a7b2c7bc3

View 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.