Add the "ast" module, containing helpers to ease use of the "_ast" classes.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f4963b..f36b414 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,8 @@
 Library
 -------
 
+- Added the ast module.
+
 - Factored out the indentation cleaning from inspect.getdoc() into
   inspect.cleandoc() to ease standalone use.