[issue17955] Minor updates to Functional HOWTO

2013-05-20 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- stage: commit review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue17955] Minor updates to Functional HOWTO

2013-05-20 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue17955] Minor updates to Functional HOWTO

2013-05-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 20409786cf8e by Andrew Kuchling in branch 'default': #17955: minor updates to Functional howto http://hg.python.org/cpython/rev/20409786cf8e -- nosy: +python-dev ___ Python tracker

[issue17955] Minor updates to Functional HOWTO

2013-05-14 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17955] Minor updates to Functional HOWTO

2013-05-14 Thread A.M. Kuchling
A.M. Kuchling added the comment: Updated version of the patch: * uses 'r' instead of 'N'. * removes the old outline and some notes at the end. * minor rewriting. -- Added file: http://bugs.python.org/file30257/functional.txt ___ Python tracker

[issue17955] Minor updates to Functional HOWTO

2013-05-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue17955] Minor updates to Functional HOWTO

2013-05-11 Thread A.M. Kuchling
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 opposi