Issue #9125:  Update parser module for "except ... as ..." syntax.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8286212..f93f5a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,7 @@
 - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag
   on an OpenSSL structure.
 
+- Issue #9125: Add recognition of 'except ... as ...' syntax to parser module.
 
 What's New in Python 2.7 release candidate 2?
 =============================================