[New-bugs-announce] [issue17955] Minor updates to Functional HOWTO

A.M. Kuchling report at bugs.python.org
Sat May 11 17:59:22 CEST 2013


New submission from A.M. Kuchling:

I read through the 3.x Functional HOWTO, and it only seems to require a few minor updates.  The attached patch:

* adds a forward link to skip the theoretical discussion in the first section.
* remove stray extra comma
* clarify what filterfalse() is the opposite of.
* (more significant) Describe compress(), the combinatoric functions in their own section, and accumulate().

----------
assignee: docs at python
components: Documentation
files: functional.txt
messages: 188931
nosy: akuchling, docs at python
priority: low
severity: normal
stage: patch review
status: open
title: Minor updates to Functional HOWTO
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file30219/functional.txt

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


More information about the New-bugs-announce mailing list