Brett Cannon <[email protected]> added the comment:

try:
    raise Exception("I should not be seen")
except Exception, exc:
    pass

print exc

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue2345>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to