Tidy a bit

This commit is contained in:
rocky
2016-09-11 03:39:19 -04:00
parent 71591152ef
commit 23770fca64
5 changed files with 1 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +0,0 @@
def fn(var1, var2):
return f'interpolate {var1} strings {var2} py36'
fn('a', 'b')

View File

@@ -1,2 +0,0 @@
def fn(var):
return f'interpolate {var} strings'

View File

@@ -40,6 +40,7 @@ class Python35Parser(Python3Parser):
# RETURN_END_IF vs RETURN_VALUE
ifelsestmtc ::= testexpr c_stmts_opt JUMP_FORWARD else_suitec
# ifstmt ::= testexpr c_stmts_opt
# Python 3.3+ also has yield from. 3.5 does it
# differently than 3.3, 3.4