This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients akuchling, docs@python
Date 2013-05-11.15:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368287962.52.0.951274382256.issue17955@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2013-05-11 15:59:22akuchlingsetrecipients: + akuchling, docs@python
2013-05-11 15:59:22akuchlingsetmessageid: <1368287962.52.0.951274382256.issue17955@psf.upfronthosting.co.za>
2013-05-11 15:59:22akuchlinglinkissue17955 messages
2013-05-11 15:59:22akuchlingcreate