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

georg.brandl python-checkins at python.org
Wed Jul 5 10:28:49 CEST 2006


Author: georg.brandl
Date: Wed Jul  5 10:28:49 2006
New Revision: 47235

Modified:
   peps/trunk/pep-3099.txt
Log:
Forbid ":=".



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Wed Jul  5 10:28:49 2006
@@ -116,6 +116,11 @@
    object",
    http://mail.python.org/pipermail/python-3000/2006-July/002485.html
 
+* There will be no alternative binding operators such as ``:=``.
+
+   Thread: "Explicit Lexical Scoping (pre-PEP?)",
+   http://mail.python.org/pipermail/python-dev/2006-July/066995.html
+
 
 Builtins
 ========


More information about the Python-checkins mailing list