
I'm pleased to announce releases of pylint 0.18, logilab-astng 0.19 and logilab-common 0.39. All these packages should now be cleanly available through easy install.
Also, happy pylint users will get:
- fixed python 2.6 support (pylint/astng tested from 2.4 to 2.6)
- get source code (and so astng) for zip/egg imports
- some understanding of the property decorator and of unbound methods
- some false positives fixed and others minor improvments
See projects home page and ChangeLog for more information:
http://www.logilab.org/project/pylint http://www.logilab.org/project/logilab-astng http://www.logilab.org/project/logilab-common
Please report any problem / question to the python-projects@lists.logilab.org mailing-list.
Enjoy!
blog entry of
Comments
the answer to the question "what about python3" ? (quoting python-list)
python 3 support is no much far away now that we support the new _ast module. logilab-common already has its py3k branch in the source repository... So it's in the plan, but any helps appreciated of course ;)