[New-bugs-announce] [issue34612] doc Some classes are treated as functions in Built-in Functions

Andrés Delfino report at bugs.python.org
Sat Sep 8 18:29:55 EDT 2018


New submission from Andrés Delfino <adelfino at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 324864
nosy: adelfino, docs at python
priority: normal
severity: normal
status: open
title: doc Some classes are treated as functions in Built-in Functions
type: enhancement
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list