Container literals stay.
This commit is contained in:
parent
dbea46ed60
commit
fb181cb367
|
@ -124,6 +124,11 @@ Core language
|
|||
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
|
||||
========
|
||||
|
|
Loading…
Reference in New Issue