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

guido.van.rossum python-checkins at python.org
Sun Jul 9 23:29:48 CEST 2006


Author: guido.van.rossum
Date: Sun Jul  9 23:29:48 2006
New Revision: 50496

Modified:
   peps/trunk/pep-3099.txt
Log:
Container literals stay.


Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Sun Jul  9 23:29:48 2006
@@ -124,6 +124,11 @@
    Thread: "Explicit Lexical Scoping (pre-PEP?)",
    http://mail.python.org/pipermail/python-dev/2006-July/066995.html
 
+* We won't be removing container literals.
+  That is, {expr: expr, ...}, [expr, ...] and (expr, ...) will stay.
+
+   Thread: "No Container Literals",
+   http://mail.python.org/pipermail/python-3000/2006-July/002550.html
 
 Builtins
 ========


More information about the Python-checkins mailing list