<div dir="ltr">Hello!<div><br></div><div>I'm happy to announce the availability of astroid 1.3.</div><div><br></div><div>Functional changes in this release are mostly bugfixes and small improvements, the large change is that support for Python versions < 2.7 has been dropped, which allows us to support Python 2.7 and 3.3+ from a single codebase, without relying on 2to3.</div><div><br></div><div>In addition to that, the distribution itself has been restructured to make `python setup.py develop` work correctly.</div><div><br></div><div>Other important changes:</div><div>    * Various speed improvements. Patch by Alex Munroe.<br></div><div><div><div><br></div><div>    * Add pytest brain plugin. Patch by Robbie Coomber.</div></div><div><br></div><div>    * Only C extensions from trusted sources (the standard library)<br></div><div>      are loaded into the examining Python process to build an AST</div><div>      from the live module.</div><div><div><br></div><div>    * Path names on case-insensitive filesystems are now properly</div><div>      handled. This fixes the stdlib detection code on Windows.</div><div><br></div><div>    * Metaclass-generating functions like six.with_metaclass</div><div>      are now supported via some explicit detection code.</div></div><div><br></div><div><div>    * Fix a maximum recursion error occured during the inference,</div><div>      where statements with the same name weren't filtered properly.</div><div>      Closes pylint issue #295.</div></div></div><div><br></div><div>A new release of pylint will follow shortly.</div><div><br></div><div>Happy hacking!</div><div><br></div><div>// Torsten</div></div>