summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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.