summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2010-01-11 23:13:49 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2010-01-11 23:13:49 (GMT)
commit7a8df802851ae997d65a5022224eddfa3843e06e (patch)
treeba7a342b2388cc1ab725beb2ab9bf86d09cea493 /Misc
parentdc0f487c3b811fb41b629046c3fdd7c9f3aa73a2 (diff)
downloadcpython-7a8df802851ae997d65a5022224eddfa3843e06e.zip
cpython-7a8df802851ae997d65a5022224eddfa3843e06e.tar.gz
cpython-7a8df802851ae997d65a5022224eddfa3843e06e.tar.bz2
Add missing NEWS entry for r77422.
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 1595214..3511fe9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
- Issue #2335: Backport set literals syntax from Python 3.x.
+- Issue #2333: Backport set and dict comprehensions syntax from Python 3.x.
+
Library
-------