]> granicus.if.org Git - python/commitdiff
Remove trailing comma.
authorGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 09:01:01 +0000 (09:01 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 09:01:01 +0000 (09:01 +0000)
Lib/compiler/pycodegen.py

index 0e226fdbcfe713ef5d534076a6087452b6605afd..8cf7d772daccd8d3e514c429b5276c98a314efec 100644 (file)
@@ -591,7 +591,7 @@ class CodeGenerator:
 
         self._implicitNameOp('LOAD', tmpname)
         self.visit(node.expr)
-        self.emit('LIST_APPEND',)
+        self.emit('LIST_APPEND')
 
         for start, cont, anchor in stack:
             if cont: