summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-11-15 10:58:48 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-11-15 10:58:48 +0100
commit616a5be4d2dee8f16683306ac5bcc62c65c638fd (patch)
treeda09f532fd993637d6c3e5ee02c2c14465caa322 /debian
parent0b95c6d89a5eb2d3855b2353bb9817cc7cae3ded (diff)
downloadastroid-git-616a5be4d2dee8f16683306ac5bcc62c65c638fd.tar.gz
remove more py2.4 relative stuff and fix readme
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
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.