summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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
-------