This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients alexandre.vassalotti, brett.cannon, brunogola
Date 2009-08-06.00:50:05
SpamBayes Score 0.0006455159
Marked as misclassified No
Message-id <1249519806.26.0.24860893895.issue2345@psf.upfronthosting.co.za>
In-reply-to
Content
try:
    raise Exception("I should not be seen")
except Exception, exc:
    pass

print exc
History
Date User Action Args
2009-08-06 00:50:07brett.cannonsetrecipients: + brett.cannon, alexandre.vassalotti, brunogola
2009-08-06 00:50:06brett.cannonsetmessageid: <1249519806.26.0.24860893895.issue2345@psf.upfronthosting.co.za>
2009-08-06 00:50:05brett.cannonlinkissue2345 messages
2009-08-06 00:50:05brett.cannoncreate