File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.2.0 (2015-05-01):
2
+ - Warn against reusing exception names after the except: block on Python 3
3
+ - Improve the error messages for imports
4
+
5
+ 1.1.0 (2016-03-01):
6
+ - Allow main() to accept arguments.
7
+ - Support @ matrix-multiplication operator
8
+ - Validate __future__ imports
9
+ - Fix doctest scope testing
10
+ - Warn for tuple assertions which are always true
11
+ - Warn for "import *" not at module level on Python 3
12
+ - Catch many more kinds of SyntaxErrors
13
+ - Check PEP 498 f-strings
14
+ - (and a few more sundry bugfixes)
15
+
16
+ 1.0.0 (2015-09-20):
17
+ - Python 3.5 support. async/await statements in particular.
18
+ - Fix test_api.py on Windows.
19
+ - Eliminate a false UnusedImport warning when the name has been
20
+ declared "global"
21
+
1
22
0.9.2 (2015-06-17):
2
23
- Fix a traceback when a global is defined in one scope, and used in another.
3
24
Original file line number Diff line number Diff line change 1
- __version__ = '1.1 .0'
1
+ __version__ = '1.2 .0'
You can’t perform that action at this time.
0 commit comments