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 mark.dickinson
Recipients mark.dickinson, ncoghlan
Date 2010-07-22.17:13:44
SpamBayes Score 0.015830392
Marked as misclassified No
Message-id <1279818831.94.0.04823778452.issue9232@psf.upfronthosting.co.za>
In-reply-to
Content
There was one place that needed to be changed in ast.c:  namely, the check to make sure that there are keyword-only arguments following a bare star.

Here's a new patch, that fixes that issue, updates the grammar in the ast.c comment to match that in Grammar/Grammar, and also updates the production list given in the docs for function definitions.
History
Date User Action Args
2010-07-22 17:13:52mark.dickinsonsetrecipients: + mark.dickinson, ncoghlan
2010-07-22 17:13:51mark.dickinsonsetmessageid: <1279818831.94.0.04823778452.issue9232@psf.upfronthosting.co.za>
2010-07-22 17:13:47mark.dickinsonlinkissue9232 messages
2010-07-22 17:13:47mark.dickinsoncreate