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 eric.smith
Recipients LambertDW, eric.smith, ezio.melotti, gvanrossum, mark.dickinson, ncoghlan, orsenthil, pitrou, terry.reedy
Date 2009-04-22.00:38:35
SpamBayes Score 0.005039134
Marked as misclassified No
Message-id <1240360717.88.0.164952205593.issue5237@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Terry.

I think the only changes I'll make are:

arg_name: (`identifier` | `integer`)*
should be:
arg_name: (`identifier` | `integer`)?

And leave:
conversion: "r" | "s"
instead of:
conversion: "r" | "s" | "a"
because 'a' isn't valid in 2.7.
History
Date User Action Args
2009-04-22 00:38:38eric.smithsetrecipients: + eric.smith, gvanrossum, terry.reedy, mark.dickinson, ncoghlan, orsenthil, pitrou, LambertDW, ezio.melotti
2009-04-22 00:38:37eric.smithsetmessageid: <1240360717.88.0.164952205593.issue5237@psf.upfronthosting.co.za>
2009-04-22 00:38:36eric.smithlinkissue5237 messages
2009-04-22 00:38:35eric.smithcreate