Tags: chrisburr/pyflakes
Tags
Release 1.1.0 * main() can now accept arguments * the matrix-multiplication operator (@) is now supported * imports from __future__ are checked for validity * fixes to doctest scope testing * asserts against a tuple (which are always true) now emits a warning * "import *" not at the module level on python3 emits a warning * many kinds of SyntaxErrors not previously caught now are * PEP 498 f-strings are checked * and a few more sundry bugfixes I'd like to thank this release's contributors: * Aaron Meurer * Ian Cordasco * John Vandenberg * Nik Nyby * Steven Myint
Release version 1.0.0
After about a decade of Pyflakes, it's certainly no longer "pre 1.0"
software. There are no big changes since 0.9.2, really. It just felt
like the right thing to do.
New in this release:
- Python 3.5 support. async/await statements in particular.
Sundry bugfixes:
- test_api.py works on Windows now
- Eliminated a false UnusedImport warning when the name has been
declared "global"
Behind the scenes there have also been some adjustments to the CI
process to make sure 3.5 is tested, and a few more test cases added just
to better document why things are as they are.
I'd like to thank contributors to this release:
- Eduard-Cristian Stefan
- Ian Cordasco
- Igor Davydenko
- Ryne Everett
- Steven Myint
PreviousNext