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 benjamin.peterson
Recipients benjamin.peterson
Date 2008-02-26.22:51:53
SpamBayes Score 0.0013486487
Marked as misclassified No
Message-id <1204066315.71.0.0794011213674.issue2196@psf.upfronthosting.co.za>
In-reply-to
Content
hasattr currently returns False when any exception happens in getattr. I
see that this tracker I previous patches trying to fix this issue, but
they were rejected because they only tried to catch attribute errors. My
patch only propagates SystemExit and KeyboardInterrupt exceptions.
History
Date User Action Args
2008-02-26 22:51:55benjamin.petersonsetspambayes_score: 0.00134865 -> 0.0013486487
recipients: + benjamin.peterson
2008-02-26 22:51:55benjamin.petersonsetspambayes_score: 0.00134865 -> 0.00134865
messageid: <1204066315.71.0.0794011213674.issue2196@psf.upfronthosting.co.za>
2008-02-26 22:51:54benjamin.petersonlinkissue2196 messages
2008-02-26 22:51:54benjamin.petersoncreate