[ python-Bugs-1565797 ] 'all' documentation missing online

SourceForge.net noreply at sourceforge.net
Mon Oct 2 16:26:48 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: Closed
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-10-02 16:26

Message:
Logged In: YES 
user_id=21627

Thanks for the update; the text on the SF bug submission
page is now fixed.

----------------------------------------------------------------------

Comment By: Alan (aisaac0)
Date: 2006-10-02 05:23

Message:
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

----------------------------------------------------------------------

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