[Python-modules-commits] r9756 - in packages/logilab-astng/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Sep 14 21:07:54 UTC 2009
Date: Monday, September 14, 2009 @ 21:07:49
Author: morph
Revision: 9756
enhanced long description
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 2009-09-14 20:52:14 UTC (rev 9755)
+++ packages/logilab-astng/trunk/debian/changelog 2009-09-14 21:07:49 UTC (rev 9756)
@@ -12,8 +12,9 @@
- bump Standards-Version to 3.8.3 (no changes needed)
- bump versioned depends on python-logilab-common to 0.45.0 (to properly
handle pycentral->pysupport transition)
+ - enhanced long description
- -- Sandro Tosi <morph at debian.org> Mon, 14 Sep 2009 22:50:49 +0200
+ -- Sandro Tosi <morph at debian.org> Mon, 14 Sep 2009 22:57:50 +0200
logilab-astng (0.19.0-2) unstable; urgency=medium
Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control 2009-09-14 20:52:14 UTC (rev 9755)
+++ packages/logilab-astng/trunk/debian/control 2009-09-14 21:07:49 UTC (rev 9756)
@@ -17,11 +17,15 @@
XB-Python-Version: ${python:Versions}
Description: extend Python's abstract syntax tree (AST)
The aim of this module is to provide a common base representation of
- Python source code for projects such as pyreverse or pylint.
+ Python source code for projects such as pyreverse or pylint.
.
- It extends classes defined in the compiler.ast module (Python <= 2.4)
- or in the builtin _ast module (Python >= 2.5) with some additional
- methods and attributes. Instance attributes are added by a builder
- object, which can either generate extended ast (let's call them astng
- ;) by visiting an existant ast tree or by inspecting living
- object. Methods are added by monkey patching ast classes.
+ Since 0.18, it provides a compatible representation which may come
+ 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.
More information about the Python-modules-commits
mailing list