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:
>
>
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.
-