Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2024-07-18 19:31:17 -04:00

View File

@@ -1475,7 +1475,7 @@ class FragmentsWalker(pysource.SourceWalker, object):
# as a custom rule
start = len(self.f.getvalue())
n = len(node) - 1
j = 0
if node.kind != "expr":
if node == "kwarg":
self.template_engine(("(%[0]{attr}=%c)", 1), node)