Add the "ast" module, containing helpers to ease use of the "_ast" classes.
diff --git a/Misc/ACKS b/Misc/ACKS
index e3a3d9f..e705a4b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -574,6 +574,7 @@
 Kevin Rodgers
 Giampaolo Rodola
 Mike Romberg
+Armin Ronacher
 Case Roole
 Timothy Roscoe
 Jim Roskind
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.