Lambda's death had been prematurely reported.
This commit is contained in:
parent
032ecf6e14
commit
bc56fb8889
|
@ -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]_
|
||||
|
|
Loading…
Reference in New Issue