Ninth week of work of GSOC, new release of pylint, logilab-astng and logilab-common.

New releases

The first set of bugs fixes and improvements was released last week. I’m proud to announce the availability of Pylint 0.25.2, ASTNG 0.24 and logilab-common 0.58.1: http://www.logilab.org/blogentry/100365. Pylint should now be compatible with other python implementations, you may encounter false messages on some stdlib modules with pypy. It’s actually a bug/flaw of pypy https://bugs.pypy.org/issue1164.

Python 3 compatibility

The compatibility with python 3 has been ennhanced by not including tests in release processus. In pylint, we have some tests that contain syntax errors and some of them break the installation processus. It means that the next version of pylint will be easily installable via easy_install or pip.

Some bug fixes

Bug fixes, again and again. A quick list:

See you next week for new adventures.