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 ncdave4life, r.david.murray
Date 2012-03-22.12:40:05
SpamBayes Score 1.2722574e-06
Marked as misclassified No
Message-id <1332420006.52.0.452910552213.issue14367@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch.  However, in general we prefer not to mask exceptions (doing that can hide bugs in programs).  It would probably be reasonable to fix this in pydoc, however.

Alternatively there might be a specific exception or set of exceptions that should indeed result in a False value.  What exception is being raised?  Can you provide a test case extracted from what pygame is doing that triggers the problem?
History
Date User Action Args
2012-03-22 12:40:06r.david.murraysetrecipients: + r.david.murray, ncdave4life
2012-03-22 12:40:06r.david.murraysetmessageid: <1332420006.52.0.452910552213.issue14367@psf.upfronthosting.co.za>
2012-03-22 12:40:05r.david.murraylinkissue14367 messages
2012-03-22 12:40:05r.david.murraycreate