File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- 3.3.4 2019-05-19 Fleetwood at 65
1
+ 3.3.5 2019-07-03 Pre Independence Day
2
+ =====================================
3
+
4
+ Again, most of the work in this is release is thanks to x0ret.
5
+
6
+ - Handle annotation args in Python 3.x
7
+ - Fix vararg and function signatures in 3.x
8
+ - Some 3.x < 3.6 while(1)/if fixes - others remain
9
+ - Start reinstating else if -> elif
10
+ - LOAD_CONST -> LOAD_CODE where appropriate
11
+ - option ` weak-verify ` is now ` syntax-verify `
12
+ - code cleanups, start using "blacken" to reformat text
13
+
14
+
15
+ 3.3.4 2019-06-19 Fleetwood at 65
2
16
================================
3
17
4
18
Most of the work in this is release is thanks to x0ret.
Original file line number Diff line number Diff line change 12
12
# along with this program. If not, see <http://www.gnu.org/licenses/>.
13
13
# This file is suitable for sourcing inside bash as
14
14
# well as importing into Python
15
- VERSION = ' 3.3.4' # noqa
15
+ VERSION = " 3.3.5" # noqa
You can’t perform that action at this time.
0 commit comments