Mark the removal of StandardError as done.

This commit is contained in:
Collin Winter 2007-06-12 21:24:20 +00:00
parent 28930199da
commit 92f50dc3ec
1 changed files with 1 additions and 1 deletions

View File

@ -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