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
commit43760158e1a1fdedabdd80f33dfe8f96592762f5 (patch)
tree8cfd8683a24897636f22f385ce49c7be9a6829f7 /debian
parent8f9eb1423cf2baf721ebdcfdc790530040522093 (diff)
downloadastroid-43760158e1a1fdedabdd80f33dfe8f96592762f5.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 13a635b..2c0bfed 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.