[issue8973] Inconsistent docstrings in struct module

Mark Dickinson report at bugs.python.org
Sat Jun 12 17:22:17 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

r81947 fixes the missing struct.Struct entry in struct.help.  (pydoc was relying on the inspect module to correctly guess the module for struct.Struct, and inspect was getting it wrong.  Adding __all__ to the struct module saves inspect from having to guess.)

----------

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


More information about the Python-bugs-list mailing list