diff options
author | Georg Brandl <georg@python.org> | 2008-06-10 07:45:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-10 07:45:28 (GMT) |
commit | 8509db5a21abc43086a0b9f6727a89f25ac7d2eb (patch) | |
tree | adce5bbb0264cb1c5ca6ac5f120c503b708ff32b /Misc | |
parent | df7036d2fac9cb6b6f79bed2b2e0fbe9166f2e5f (diff) | |
download | cpython-8509db5a21abc43086a0b9f6727a89f25ac7d2eb.zip cpython-8509db5a21abc43086a0b9f6727a89f25ac7d2eb.tar.gz cpython-8509db5a21abc43086a0b9f6727a89f25ac7d2eb.tar.bz2 |
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -574,6 +574,7 @@ Andy Robinson Kevin Rodgers Giampaolo Rodola Mike Romberg +Armin Ronacher Case Roole Timothy Roscoe Jim Roskind @@ -77,6 +77,8 @@ Extension Modules Library ------- +- Added the ast module. + - Factored out the indentation cleaning from inspect.getdoc() into inspect.cleandoc() to ease standalone use. |