Issue #2335: Backport set literals syntax from Python 3.x.
diff --git a/Misc/NEWS b/Misc/NEWS
index 978422f..c0f23b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #2335: Backport set literals syntax from Python 3.x.
+
 Library
 -------