summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-24 00:12:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-24 00:12:40 (GMT)
commit947ce58a9018d23cb1e5e8de550f2ba0e542248e (patch)
tree3832acdc851f879c0d8a3705d3500cb4205e5bf6 /Misc
parent5c995c10d45a7915b5ea0bb02d114b2579eef04e (diff)
downloadcpython-947ce58a9018d23cb1e5e8de550f2ba0e542248e.zip
cpython-947ce58a9018d23cb1e5e8de550f2ba0e542248e.tar.gz
cpython-947ce58a9018d23cb1e5e8de550f2ba0e542248e.tar.bz2
prevent assignment to set literals
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cb60239..70ce171 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7?
Core and Builtins
-----------------
+- Prevent assignment to set literals.
+
Library
-------