[issue32261] Online doc does not include inspect.classify_class_attrs

2017-12-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> inspect module docs omits many functions ___ Python tracker __

[issue32261] Online doc does not include inspect.classify_class_attrs

2017-12-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Perhaps this should be closed as a 1/10 duplicate of #17972. -- nosy: +terry.reedy ___ Python tracker ___

[issue32261] Online doc does not include inspect.classify_class_attrs

2017-12-09 Thread Cheryl Sabella
New submission from Cheryl Sabella : Documentation for inspect.classify_class_attrs exists in the docstring and, therefore, pydoc, but is not included in the online docs for inspect. -- assignee: docs@python components: Documentation keywords: easy messages: 307912 nosy: csabella, docs@