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 cryvate
Recipients cryvate, docs@python
Date 2020-05-16.15:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589642800.95.0.83659669973.issue40646@roundup.psfhosted.org>
In-reply-to
Content
Due to a certain discussion on extending zip, I was having looking at this page:

https://docs.python.org/3/library/functions.html

It lists the builtins at the top as e.g. all() which I think is confusing: running all() will actually fail.

I think it should either (using "all" as example):
1. display as "all"
2. display as "all(iterable)" (what to do about 'overloaded' functions like e.g. range?)

I am happy to provide a PR for the preferred option.
History
Date User Action Args
2020-05-16 15:26:41cryvatesetrecipients: + cryvate, docs@python
2020-05-16 15:26:40cryvatesetmessageid: <1589642800.95.0.83659669973.issue40646@roundup.psfhosted.org>
2020-05-16 15:26:40cryvatelinkissue40646 messages
2020-05-16 15:26:40cryvatecreate