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
Date 2010-07-06.09:14:42
SpamBayes Score 0.026597083
Marked as misclassified No
Message-id <1278407685.6.0.895922164798.issue9154@psf.upfronthosting.co.za>
In-reply-to
Content
Patch fixing validation of function annotations and keyword-only arguments.

There's still the issue of false positives:  annotations on lambda arguments should raise an exception, but don't.
History
Date User Action Args
2010-07-06 09:14:45mark.dickinsonsetrecipients: + mark.dickinson
2010-07-06 09:14:45mark.dickinsonsetmessageid: <1278407685.6.0.895922164798.issue9154@psf.upfronthosting.co.za>
2010-07-06 09:14:44mark.dickinsonlinkissue9154 messages
2010-07-06 09:14:43mark.dickinsoncreate