Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-01-26 18:33:39 -05:00
30 changed files with 256 additions and 56 deletions

View File

@@ -739,7 +739,7 @@ def make_function3(self, node, is_lambda, nested=1, code_node=None):
self.write(sep)
self.write("%s=%s" % (n, defaults[i]))
sep = ', '
ends_in_comma = True
ends_in_comma = False
pass
pass
pass