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
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to