Mark the removal of StandardError as done.
This commit is contained in:
parent
28930199da
commit
92f50dc3ec
|
@ -194,7 +194,7 @@ To be removed:
|
|||
* ``reduce()``: write a loop instead [2]_, [9]_ [done]
|
||||
* ``xrange()``: use ``range()`` instead [1]_ [See range() above] [done]
|
||||
* ``StandardError``: this is a relic from the original exception hierachy; subclass
|
||||
``Exception`` instead.
|
||||
``Exception`` instead. [done]
|
||||
|
||||
|
||||
Standard library
|
||||
|
|
Loading…
Reference in New Issue