[issue14367] try/except block in ismethoddescriptor() in inspect.py, so that pydoc works with pygame in Python 3.2

Antoine Pitrou report at bugs.python.org
Thu Mar 22 19:39:21 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, the exception shouldn't be silenced. As David said, I think it would be better to silence the exception in pydoc.
Besides, it would be nice to come with a standalone test case, because it's not clear exactly why pygame triggers this.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14367>
_______________________________________


More information about the Python-bugs-list mailing list