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 ncoghlan
Recipients
Date 2004-10-01.05:41:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Add a "special_exceptions" tuple to builtins and
exceptions module which lists the exceptions that users
should be careful to avoid accidentally suppressing.

The current list is SystemExit, MemoryError,
KeyboardInterrupt and StopIteration

A 'no builtin' version of the patch is supplied which
only provides 'exceptions.special_exception', and
leaves builtins alone.
History
Date User Action Args
2007-08-23 15:39:59adminlinkissue1038256 messages
2007-08-23 15:39:59admincreate