From d9b470db8666507fdb1f98e82c392e0f8269d476 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 27 Apr 2006 10:51:34 +0000 Subject: [PATCH] Add "lambda" decision at a promiment location. --- pep-3099.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pep-3099.txt b/pep-3099.txt index f79e98090..284ab25f6 100644 --- a/pep-3099.txt +++ b/pep-3099.txt @@ -21,6 +21,11 @@ reference to the relevant thread on the python-3000 mailing list. Core language ============= +* ``lambda`` will not be renamed. + + Thread: "genexp syntax / lambda", + http://mail.python.org/pipermail/python-3000/2006-April/001042.html + * Python will not have programmable syntax. Thread: "It's a statement! It's a function! It's BOTH!",