Florent Xicluna <la...@yahoo.fr> added the comment:

Patch for the compiler package and astgen.py tool.

Basically:
  def __init__(self, (left, right), lineno=None):

==>

  def __init__(self, leftright, lineno=None):

----------
Added file: http://bugs.python.org/file15628/issue7092_compiler.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to