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 Sworddragon
Recipients Sworddragon, ezio.melotti, r.david.murray
Date 2013-08-26.16:16:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377533794.27.0.0715271497926.issue18836@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is simple: It is not possible to catch every exception in an application. Even if you try to print a message and exit on an exception it is always possible that the user will see a traceback.
History
Date User Action Args
2013-08-26 16:16:34Sworddragonsetrecipients: + Sworddragon, ezio.melotti, r.david.murray
2013-08-26 16:16:34Sworddragonsetmessageid: <1377533794.27.0.0715271497926.issue18836@psf.upfronthosting.co.za>
2013-08-26 16:16:34Sworddragonlinkissue18836 messages
2013-08-26 16:16:34Sworddragoncreate