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

neal.norwitz python-checkins at python.org
Tue May 29 10:18:44 CEST 2007


Author: neal.norwitz
Date: Tue May 29 10:18:41 2007
New Revision: 55644

Modified:
   peps/trunk/pep-3100.txt
Log:
Remove sys.exc_clear()

Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Tue May 29 10:18:41 2007
@@ -237,7 +237,7 @@
   not thread-safe; use ``sys.exc_info()`` or an attribute
   of the exception [2]_ [11]_ [#sys-module]_ [done]
 * ``sys.exc_clear``: Python 3's except statements provide the same
-  functionality [24]_ [#pep3110]_ [#sys-module]_
+  functionality [24]_ [#pep3110]_ [#sys-module]_ [done]
 * ``array.read``, ``array.write`` [#array-module]_
 * ``operator.isCallable`` : ``callable()`` built-in is being removed
   [#operator-module]_ [#remove-operator-funcs]_ [done]


More information about the Python-checkins mailing list