diff --git a/Misc/NEWS b/Misc/NEWS index 1595214dc06..3511fe9e2a5 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 -------