Lambda's death had been prematurely reported.

This commit is contained in:
Brett Cannon 2006-02-09 20:34:33 +00:00
parent 032ecf6e14
commit bc56fb8889
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ Core language
To be removed:
* The ``lambda`` statement: use nested or named functions [1]_, [9]_
* String exceptions: use instances of an Exception class [2]_
* ``raise Exception, "message"``: use ``raise Exception("message")`` [14]_
* ```x```: use ``repr(x)`` [2]_