Fix a few things to get Python3.5 working.

This commit is contained in:
Dave Halter
2017-07-30 22:24:22 +02:00
parent 0906c0b634
commit 7f6bef19e1
3 changed files with 37 additions and 27 deletions

View File

@@ -12,12 +12,6 @@ from .__future__ import absolute_import
''r''u''
b'' BR''
foo: int = 4
(foo): int = 3
((foo)): int = 3
foo.bar: int
foo[3]: int
for x in [1]:
try:
continue # Only the other continue and pass is an error.
@@ -80,8 +74,3 @@ def x():
a = *args, *args
error[(*args, *args)] = 3
*args, *args
def glob():
global x
y: foo = x