Re: [code-quality] Pyflakes 0.9.0 released

2015-05-31 Thread Ian Cordasco
On May 31, 2015 2:24 PM, "Phil Frost" wrote: > > I'm happy to announce the release of Pyflakes 0.9.0. The release is > available on PyPI: > > https://pypi.python.org/pypi/pyflakes > > and the code is available on GitHub: > > https://github.com/pyflakes/pyflakes/releases/tag/0.9.0 > > Bugfixes: > >

[code-quality] Pyflakes 0.9.0 released

2015-05-31 Thread Phil Frost
I'm happy to announce the release of Pyflakes 0.9.0. The release is available on PyPI: https://pypi.python.org/pypi/pyflakes and the code is available on GitHub: https://github.com/pyflakes/pyflakes/releases/tag/0.9.0 Bugfixes: - Exit gracefully, not with a traceback, on SIGINT and SIGPIPE. -