From: Alexandre Vassalotti Date: Mon, 11 Jan 2010 23:13:49 +0000 (+0000) Subject: Add missing NEWS entry for r77422. X-Git-Tag: v2.7a3~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a8df802851ae997d65a5022224eddfa3843e06e;p=python Add missing NEWS entry for r77422. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1595214dc0..3511fe9e2a 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 -------