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 r.david.murray
Recipients docs@python, eric.araujo, flub, moshez, r.david.murray, terry.reedy
Date 2010-09-08.01:16:40
SpamBayes Score 0.0170916
Marked as misclassified No
Message-id <1283908602.26.0.881794173078.issue9608@psf.upfronthosting.co.za>
In-reply-to
Content
(1) and (2) are good ideas.  For (3), would it be clear enough if it read "``except:`` catches *all* exceptions, [...] and GeneratorExit (which is not an error and should not normally be caught by user code)."
History
Date User Action Args
2010-09-08 01:16:42r.david.murraysetrecipients: + r.david.murray, moshez, terry.reedy, flub, eric.araujo, docs@python
2010-09-08 01:16:42r.david.murraysetmessageid: <1283908602.26.0.881794173078.issue9608@psf.upfronthosting.co.za>
2010-09-08 01:16:40r.david.murraylinkissue9608 messages
2010-09-08 01:16:40r.david.murraycreate