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.

classification
Title: 'all' documentation missing online
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: aisaac0, loewis
Priority: normal Keywords:

Created on 2006-09-26 15:21 by aisaac0, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg30005 - (view) Author: Alan (aisaac0) Date: 2006-09-26 15:21
http://docs.python.org/lib/built-in-funcs.html
is missing a description of the new built-in 'all'
function.


On a separate note, contrary to the statement on the
bugs page, the search dialogue is not in the left
margin ...
msg30006 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-09-26 16:06
Logged In: YES 
user_id=21627

Could it be that you had been looking at an old version of
the documentation (the new version wasn't online shortly
after the release). I can clearly see 'all' documented as 

all(  	iterable)
    Return True if all elements of the iterable are true.
Equivalent to:
  ...

As for the separate note: what bugs page are you referring to?
msg30007 - (view) Author: Alan (aisaac0) Date: 2006-10-02 03:23
Logged In: YES 
user_id=1025672

For reasons unknown to me my browser was displaying a cached
version of the Built-In Functions page.  Very sorry for the
noise.

As for the other matter: the page is
http://sourceforge.net/tracker/?func=add&group_id=5470&atid=105470
where the first full line of text is
"Please try to see if the bug you are about to submit hasn't
already been submitted before. The search box in the left
margin can be used for this purpose."

But the search box is above this text, to the right.

fwiw
msg30008 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-02 14:26
Logged In: YES 
user_id=21627

Thanks for the update; the text on the SF bug submission
page is now fixed.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44033
2006-09-26 15:21:57aisaac0create