Remove "ast" aliases from the parser module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 19bfe78..fa8061f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@
 Library
 -------
 
+- Removed "ast" function aliases from the parser module.
+
 - Issue #3313: Fixed a crash when a failed dlopen() call does not set
   a valid dlerror() message.