[Python-modules-commits] r12410 - in packages/logilab-astng/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Mar 26 19:29:15 UTC 2010


    Date: Friday, March 26, 2010 @ 19:29:10
  Author: morph
Revision: 12410

updated long description as per new upstream release

Modified:
  packages/logilab-astng/trunk/debian/changelog
  packages/logilab-astng/trunk/debian/control

Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog	2010-03-26 19:23:53 UTC (rev 12409)
+++ packages/logilab-astng/trunk/debian/changelog	2010-03-26 19:29:10 UTC (rev 12410)
@@ -7,8 +7,9 @@
     - added Sylvain's email address
   * debian/control
     - bump Depends on python-logilab-common to '>= 0.49.0'
+    - updated long description as per new upstream release
 
- -- Sandro Tosi <morph at debian.org>  Fri, 26 Mar 2010 20:23:26 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 26 Mar 2010 20:28:40 +0100
 
 logilab-astng (0.19.3-1) unstable; urgency=low
 

Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control	2010-03-26 19:23:53 UTC (rev 12409)
+++ packages/logilab-astng/trunk/debian/control	2010-03-26 19:29:10 UTC (rev 12410)
@@ -23,9 +23,7 @@
  from the `compiler` module (for Python <= 2.4) pr the `_ast` module
  (for Python >= 2.5).
  .
- It extends bare node classes with some additional methods and
- attributes. Instance attributes are added by a builder object, which
- can generate extended ast (let's call them astng ;) by visiting
- either an existant ast tree or by inspecting living object. Methods
- are added by monkey patching ast classes. Finally some support for
- static inference is provided.
+ It rebuilds the generated tree 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.




More information about the Python-modules-commits mailing list