[ python-Bugs-1565797 ] 'all' documentation missing online
SourceForge.net
noreply at sourceforge.net
Tue Sep 26 18:06:17 CEST 2006
Bugs item #1565797, was opened at 2006-09-26 17:21
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1565797&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
>Status: Pending
>Resolution: Invalid
Priority: 5
Submitted By: Alan (aisaac0)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'all' documentation missing online
Initial Comment:
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 ...
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2006-09-26 18:06
Message:
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?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1565797&group_id=5470
More information about the Python-bugs-list
mailing list