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 |