This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michaelanckaert
Recipients Arfrever, anilbey, docs@python, eric.snow, michaelanckaert
Date 2019-08-14.15:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565797250.99.0.174526746876.issue19820@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-08-14 15:40:51michaelanckaertsetrecipients: + michaelanckaert, Arfrever, docs@python, eric.snow, anilbey
2019-08-14 15:40:50michaelanckaertsetmessageid: <1565797250.99.0.174526746876.issue19820@roundup.psfhosted.org>
2019-08-14 15:40:50michaelanckaertlinkissue19820 messages
2019-08-14 15:40:50michaelanckaertcreate