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.21:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358629251.6.0.422733739862.issue16795@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the next version which I hope to be somewhat complete now.

vararg and kwarg are now of type arg, and I did all the changes which are required to make this possible. The ast tests pass.

Do you prefer to have this as one large patch all together, or would you rather like to review (and apply) 3..4 patches split into the individual features I implemented?
History
Date User Action Args
2013-01-19 21:00:51scummossetrecipients: + scummos, brett.cannon, benjamin.peterson, meador.inge, eric.snow
2013-01-19 21:00:51scummossetmessageid: <1358629251.6.0.422733739862.issue16795@psf.upfronthosting.co.za>
2013-01-19 21:00:51scummoslinkissue16795 messages
2013-01-19 21:00:50scummoscreate