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 scummos
Recipients benjamin.peterson, brett.cannon, eric.snow, meador.inge, scummos
Date 2013-01-19.22:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358633676.42.0.292390274043.issue16795@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, here they are. I'm not sure how to make hg include a commit message in the patch...

81299-extend-asdl.diff: Changes required to the ASDL framework, in order to allow attributes ( ... ) on a product
81300-change-var-kwargs.diff: Makes var/kwarg be instances of arg, and adds the lineno / col_offset attributes to arg.
81301-change-attr-ranges.diff: Changes power ranges as described in the first post of this report.

All three patches include the corresponding changes to the unit tests, and hopefully the correct set of changes to the generated (Python-ast.h/.c) files.
History
Date User Action Args
2013-01-19 22:14:36scummossetrecipients: + scummos, brett.cannon, benjamin.peterson, meador.inge, eric.snow
2013-01-19 22:14:36scummossetmessageid: <1358633676.42.0.292390274043.issue16795@psf.upfronthosting.co.za>
2013-01-19 22:14:36scummoslinkissue16795 messages
2013-01-19 22:14:35scummoscreate