#4529: fix parser's validation for try-except-finally statements.
diff --git a/Misc/NEWS b/Misc/NEWS
index b1fe2e4..5967dea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@
 Library
 -------
 
+- Issue #4529: fix the parser module's validation of try-except-finally
+  statements.
+
 - Issue #4458: getopt.gnu_getopt() now recognizes a single "-" as an argument,
   not a malformed option.