From: Georg Brandl Date: Sun, 29 Oct 2006 09:01:01 +0000 (+0000) Subject: Remove trailing comma. X-Git-Tag: v2.6a1~2495 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe9c71bcd39725ba9149f5c011728b88c99f3a30;p=python Remove trailing comma. --- diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py index 0e226fdbcf..8cf7d772da 100644 --- a/Lib/compiler/pycodegen.py +++ b/Lib/compiler/pycodegen.py @@ -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: