commit | fe9c71bcd39725ba9149f5c011728b88c99f3a30 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 29 09:01:01 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 29 09:01:01 2006 +0000 |
tree | d1b3e9b35fae04fee1dd7deca343a4545cf1f863 | |
parent | 5addf7007818bd05f5a1c26f8c71b5ee839a7659 [diff] [blame] |
Remove trailing comma.
diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py index 0e226fd..8cf7d77 100644 --- a/Lib/compiler/pycodegen.py +++ b/Lib/compiler/pycodegen.py
@@ -591,7 +591,7 @@ self._implicitNameOp('LOAD', tmpname) self.visit(node.expr) - self.emit('LIST_APPEND',) + self.emit('LIST_APPEND') for start, cont, anchor in stack: if cont: