[Python-checkins] r55941 - peps/trunk/pep-3100.txt

collin.winter python-checkins at python.org
Tue Jun 12 23:24:22 CEST 2007


Author: collin.winter
Date: Tue Jun 12 23:24:20 2007
New Revision: 55941

Modified:
   peps/trunk/pep-3100.txt
Log:
Mark the removal of StandardError as done.

Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Tue Jun 12 23:24:20 2007
@@ -194,7 +194,7 @@
 * ``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


More information about the Python-checkins mailing list