diff --git a/pep-3099.txt b/pep-3099.txt index 9d88f54c3..b2bb88612 100644 --- a/pep-3099.txt +++ b/pep-3099.txt @@ -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 ========