sys exc attrs removed

This commit is contained in:
Neal Norwitz 2007-05-29 07:59:42 +00:00
parent 1dd6e31e00
commit 1f6b1f9bbf
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ To be removed:
[#exitfunc-patch]_ [done]
* ``sys.exc_type``, ``sys.exc_values``, ``sys.exc_traceback``:
not thread-safe; use ``sys.exc_info()`` or an attribute
of the exception [2]_ [11]_ [#sys-module]_
of the exception [2]_ [11]_ [#sys-module]_ [done]
* ``sys.exc_clear``: Python 3's except statements provide the same
functionality [24]_ [#pep3110]_ [#sys-module]_
* ``array.read``, ``array.write`` [#array-module]_