[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti components: +Documentation -Interpreter Core nosy: +ezio.melotti resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed __

[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f7eec78569c by Ezio Melotti in branch '2.7': #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. http://hg.python.org/cpython/rev/0f7eec78569c New changeset 1d4849f9e37d by Ezio Melotti in

[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Ankur Ankan
Changes by Ankur Ankan : Added file: http://bugs.python.org/file29081/patch.diff ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Ankur Ankan
Changes by Ankur Ankan : Removed file: http://bugs.python.org/file29080/patch.diff ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Ankur Ankan
Changes by Ankur Ankan : -- keywords: +patch Added file: http://bugs.python.org/file29080/patch.diff ___ Python tracker ___ ___ Python

[issue17178] Clarify empty iterable result in any/all.__doc__, as in manual

2013-02-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Titles should fit in the box if possible, and this can ;-). -- nosy: +terry.reedy title: In all.__doc__ and any.__doc__ need to clarify the behaviour with an empty iterable like in documentation -> Clarify empty iterable result in any/all.__doc__, as i