[issue31153] Update docstrings of itertools functions

2017-09-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: Marking this as closed. 1) is being fixed elsewhere, 2) don't want to make func=None an official part of the API (it was a convenience for letting func default to the equivalent of operator.add), 3) already fixed, and 4) already fixed. -- resoluti

[issue31153] Update docstrings of itertools functions

2017-09-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For groupby() see also issue27385. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue31153] Update docstrings of itertools functions

2017-08-27 Thread Mike Hoy
Changes by Mike Hoy : -- nosy: +vexoxev ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue31153] Update docstrings of itertools functions

2017-08-09 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue31153] Update docstrings of itertools functions

2017-08-09 Thread nicholas kobald
Changes by nicholas kobald : -- pull_requests: +3081 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31153] Update docstrings of itertools functions

2017-08-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- title: Update docstrings of itertools function -> Update docstrings of itertools functions ___ Python tracker ___ __