[Python-checkins] r55640 - peps/trunk/pep-3100.txt
neal.norwitz
python-checkins at python.org
Tue May 29 09:59:46 CEST 2007
Author: neal.norwitz
Date: Tue May 29 09:59:42 2007
New Revision: 55640
Modified:
peps/trunk/pep-3100.txt
Log:
sys exc attrs removed
Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt (original)
+++ peps/trunk/pep-3100.txt Tue May 29 09:59:42 2007
@@ -235,7 +235,7 @@
[#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]_
More information about the Python-checkins
mailing list