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, flub, moshez, r.david.murray, terry.reedy
Date 2010-09-07.23:15:03
SpamBayes Score 1.1168844e-13
Marked as misclassified No
Message-id <1283901312.89.0.891980412233.issue9608@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a more extensive rewrite that I think makes things clearer and (I hope) makes the text read better.  I also updated the preceding section per the confusion expressed in issue 8518.

Note that this patch is somewhat Python3 specific, since it assumes that all non-BaseException exceptions inherit from Exception.  If someone wants to backport it to 2.7 a paragraph or footnote should be added about that problem.

Opinions welcome.
History
Date User Action Args
2010-09-07 23:15:13r.david.murraysetrecipients: + r.david.murray, moshez, terry.reedy, flub, docs@python
2010-09-07 23:15:12r.david.murraysetmessageid: <1283901312.89.0.891980412233.issue9608@psf.upfronthosting.co.za>
2010-09-07 23:15:05r.david.murraylinkissue9608 messages
2010-09-07 23:15:05r.david.murraycreate