Kaydet (Commit) 0a7b2c7b authored tarafından Georg Brandl's avatar Georg Brandl

#5173: StandardError wasn't removed in 2.6.

üst b9ebd04b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment