Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py.
diff --git a/Misc/NEWS b/Misc/NEWS
index c63a06d..37f2209 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,12 @@
 
 - Issue #14034: added the argparse tutorial.
 
+Tools/Demos
+-----------
+
+- Issue #14965: Fix missing support for starred assignments in
+  Tools/parser/unparse.py.
+
 
 What's New in Python 3.2.3 release candidate 2?
 ===============================================