This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients barry, benjamin.peterson, brett.cannon, esam, exarkun, ezio.melotti, flox, pitrou
Date 2009-12-20.17:48:58
SpamBayes Score 0.39770532
Marked as misclassified No
Message-id <1261331345.83.0.788114060569.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
Patch for the compiler package and astgen.py tool.

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

==>

  def __init__(self, leftright, lineno=None):
History
Date User Action Args
2009-12-20 17:49:06floxsetrecipients: + flox, barry, brett.cannon, exarkun, pitrou, benjamin.peterson, ezio.melotti, esam
2009-12-20 17:49:05floxsetmessageid: <1261331345.83.0.788114060569.issue7092@psf.upfronthosting.co.za>
2009-12-20 17:48:59floxlinkissue7092 messages
2009-12-20 17:48:59floxcreate