[issue20654] Pydoc (and help) fails with socket.AddressFamily

Serhiy Storchaka report at bugs.python.org
Mon Feb 17 12:34:11 CET 2014


Serhiy Storchaka added the comment:

Just use getattr() without third argument and catch AttributeError.

----------

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


More information about the Python-bugs-list mailing list