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 _doublep
Recipients _doublep, benjamin.peterson, brett.cannon, georg.brandl
Date 2008-03-07.11:10:11
SpamBayes Score 0.09330256
Marked as misclassified No
Message-id <1204888214.59.0.0552295614113.issue2196@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be better not to hardcode specific 2 exceptional cases
and indeed follow that second way of instanceof(..., Exception).  I
think it was introduced exactly to separate "things that can be caught
by default" from "things that may be caught only in very special cases".
 I don't find it good Python interpreter not following its own rules.
History
Date User Action Args
2008-03-07 11:10:14_doublepsetspambayes_score: 0.0933026 -> 0.09330256
recipients: + _doublep, brett.cannon, georg.brandl, benjamin.peterson
2008-03-07 11:10:14_doublepsetspambayes_score: 0.0933026 -> 0.0933026
messageid: <1204888214.59.0.0552295614113.issue2196@psf.upfronthosting.co.za>
2008-03-07 11:10:12_doubleplinkissue2196 messages
2008-03-07 11:10:11_doublepcreate