[issue14367] try/except block in ismethoddescriptor() in inspect.py, so that pydoc works with pygame in Python 3.2
R. David Murray
report at bugs.python.org
Thu Mar 22 13:40:06 CET 2012
R. David Murray <rdmurray at bitdance.com> added the comment:
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?
----------
nosy: +r.david.murray
stage: -> test needed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14367>
_______________________________________
More information about the Python-bugs-list
mailing list