From cc1a2f946a72e74d85726fa08b400d4e699d4136 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 29 May 2007 08:18:41 +0000 Subject: [PATCH] Remove sys.exc_clear() --- pep-3100.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3100.txt b/pep-3100.txt index a5f92b84c..e32c38808 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -237,7 +237,7 @@ To be removed: 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]