[docs] [issue19820] docs are missing info about module attributes

Michael Anckaert report at bugs.python.org
Wed Aug 14 11:40:51 EDT 2019


Michael Anckaert <michael.anckaert at sinax.be> added the comment:

As far as I can tell there is at least some information missing from the 'Types and members' section. Not all attributes are listed in the table. 

For example the attribute __cached__ is missing from the module type but it is documented in the inspect module. 

I can update the docs but I would rely on the comments in Lib/inspect.py on what to include. Executing inspect.getmembers on a module returns a lot more attributes than documented in ismodule.

----------
nosy: +michaelanckaert

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19820>
_______________________________________


More information about the docs mailing list