mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
#5173: StandardError wasn't removed in 2.6.
This commit is contained in:
parent
b9ebd04bbc
commit
0a7b2c7bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue