From 616a5be4d2dee8f16683306ac5bcc62c65c638fd Mon Sep 17 00:00:00 2001 From: Emile Anclin Date: Mon, 15 Nov 2010 10:58:48 +0100 Subject: remove more py2.4 relative stuff and fix readme --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 13a635b9..2c0bfedc 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,7 @@ Description: rebuild a new abstract syntax tree from Python's ast The aim of this module is to provide a common base representation of Python source code for projects such as pyreverse or pylint. . - It rebuilds the tree generated by the compiler.ast [1] module (python <= 2.4) - or by the builtin _ast module (python >= 2.5) by recursively walking down the + It rebuilds the tree generated by the _ast module by recursively walking down the AST and building an extended ast (let's call it astng ;). The new node classes have additional methods and attributes for different usages. Furthermore, astng builds partial trees by inspecting living objects. -- cgit v1.2.1