[Python-bugs-list] [ python-Bugs-518076 ] Error in tutorial chapter 4

noreply@sourceforge.net noreply@sourceforge.net
Sat, 23 Mar 2002 12:51:20 -0800


Bugs item #518076, was opened at 2002-02-15 18:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=518076&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Matt Behrens (mattbehrens)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Error in tutorial chapter 4

Initial Comment:
Tutorial, 4.7.4, paragraph 1.  Paragraph claims lambda
function adds a+b when it is actually an incrementor.

----------------------------------------------------------------------

>Comment By: Neil Schemenauer (nascheme)
Date: 2002-03-23 20:51

Message:
Logged In: YES 
user_id=35752

This has either already been fixed or the documentation
was correct.  The lambda function is "lambda a, b: a+b"
and the documentation says it returns the sum of its two
arguments.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=518076&group_id=5470