[New-bugs-announce] [issue19202] Additions to docs

Esa Peuha report at bugs.python.org
Wed Oct 9 12:09:16 CEST 2013


New submission from Esa Peuha:

Here are some additions to documentation of a few functions:

all, any: alternative definitions using functools.reduce
enumerate: alternative definition using zip and itertools.count
sum: equivalent definition using functools.reduce and operator.add
functools.reduce: equivalent definitions, use operator.add in example
itertools.accumulate: point to functools.reduce
itertools.filterfalse: point to filter

----------
assignee: docs at python
components: Documentation
files: doc.diff
keywords: patch
messages: 199281
nosy: Esa.Peuha, docs at python
priority: normal
severity: normal
status: open
title: Additions to docs
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file32013/doc.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19202>
_______________________________________


More information about the New-bugs-announce mailing list