]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for r77422.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 11 Jan 2010 23:13:49 +0000 (23:13 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 11 Jan 2010 23:13:49 +0000 (23:13 +0000)
Misc/NEWS

index 1595214dc06893e8de97000cfff96c2d6c7f57e8..3511fe9e2a523016cab94c84722075ca72e2d37a 100644 (file)
--- 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
 -------