Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

changeset 5106
1ecc6c9abca5
parent 5067
e2f171f08af8
child 5389
9b1c800daff3
equal deleted inserted replaced
5105:8a773a100c34 5106:1ecc6c9abca5
40 40
41 1.2.1 (2015-05-05): 41 1.2.1 (2015-05-05):
42 - Fix false RedefinedWhileUnesed for submodule imports 42 - Fix false RedefinedWhileUnesed for submodule imports
43 43
44 1.2.0 (2016-05-03): 44 1.2.0 (2016-05-03):
45 - Warn against reusing exception names after the except: block on Python 3 45 - Warn against reusing exception names after the except block on Python 3
46 - Improve the error messages for imports 46 - Improve the error messages for imports
47 47
48 1.1.0 (2016-03-01): 48 1.1.0 (2016-03-01):
49 - Allow main() to accept arguments. 49 - Allow main() to accept arguments.
50 - Support @ matrix-multiplication operator 50 - Support @ matrix-multiplication operator

eric ide

mercurial