[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-10-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: I think this was a nice improvement. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch; I modified it a little (removed the sentence about the name attribute; this is too involved for the tutorial, and used "lambda expression"). Will fix more "lambda form" in the docs in another changeset. -- nosy: +georg.brandl resol

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef1a17d5e263 by Georg Brandl in branch '3.3': Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. http://hg.python.org/cpython/rev/ef1a17d5e263 -- ___ Python tracker

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset d4eb47c3d681 by Georg Brandl in branch '2.7': Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. http://hg.python.org/cpython/rev/d4eb47c3d681 -- nosy: +python-dev resolution: -> fixed stage: patch review -> com

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-08-10 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-08-03 Thread Terry J. Reedy
New submission from Terry J. Reedy: [0. On mailing lists, 'lambda expression' is used rather than 'lambda form'. Docs use both. Consistency across docs is a broader issue than this one. So leave title alone for this one.] 1. (first sentence) "By popular demand, a few features commonly found in