New submission from Greg Hewgill :
Quite by accident, I came across a case where Python would quit
generating traceback text and skip printing the actual exception
information. Here is a sample program:
exec(compile("spam()", ".", "exec"))
and the output in P
New submission from Greg Hewgill :
Based on a short discussion on python-dev:
http://mail.python.org/pipermail/python-dev/2009-November/094306.html
the "Warning" box in the documentation for sys.exc_info needs to be
updated in light of PEP 3134, and perhaps moved elsewhere since the