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 adelfino
Recipients adelfino, docs@python
Date 2018-09-08.22:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536445795.33.0.56676864532.issue34612@psf.upfronthosting.co.za>
In-reply-to
Content
Beyond other classes documented as functions (classmethod, enumerate, filter, map, reversed, staticmethod, super and zip), the following issues exist:

* memoryview, range, and tuple are marked as functions
* complex and object treat themselves as functions in their descriptions

Attached PR fixes this.
History
Date User Action Args
2018-09-08 22:29:55adelfinosetrecipients: + adelfino, docs@python
2018-09-08 22:29:55adelfinosetmessageid: <1536445795.33.0.56676864532.issue34612@psf.upfronthosting.co.za>
2018-09-08 22:29:55adelfinolinkissue34612 messages
2018-09-08 22:29:55adelfinocreate