[Python-3000-checkins] r55642 - python/branches/p3yk/Python/sysmodule.c

neal.norwitz python-3000-checkins at python.org
Tue May 29 10:08:37 CEST 2007


Author: neal.norwitz
Date: Tue May 29 10:08:33 2007
New Revision: 55642

Modified:
   python/branches/p3yk/Python/sysmodule.c
Log:
Missed more doc for sys.exc_* attrs.

Modified: python/branches/p3yk/Python/sysmodule.c
==============================================================================
--- python/branches/p3yk/Python/sysmodule.c	(original)
+++ python/branches/p3yk/Python/sysmodule.c	Tue May 29 10:08:33 2007
@@ -908,12 +908,6 @@
 last_traceback -- traceback of last uncaught exception\n\
   These three are only available in an interactive session after a\n\
   traceback has been printed.\n\
-\n\
-exc_type -- type of exception currently being handled\n\
-exc_value -- value of exception currently being handled\n\
-exc_traceback -- traceback of exception currently being handled\n\
-  The function exc_info() should be used instead of these three,\n\
-  because it is thread-safe.\n\
 "
 )
 /* concatenating string here */


More information about the Python-3000-checkins mailing list