[Python-checkins] r45748 - peps/trunk/pep-3099.txt

georg.brandl python-checkins at python.org
Thu Apr 27 12:51:35 CEST 2006


Author: georg.brandl
Date: Thu Apr 27 12:51:34 2006
New Revision: 45748

Modified:
   peps/trunk/pep-3099.txt
Log:
Add "lambda" decision at a promiment location.



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Thu Apr 27 12:51:34 2006
@@ -21,6 +21,11 @@
 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!",


More information about the Python-checkins mailing list