[issue9154] Parser module doesn't understand function annotations.

Mark Dickinson report at bugs.python.org
Tue Jul 6 11:14:45 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

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.

----------
keywords: +patch
Added file: http://bugs.python.org/file17880/parser_annotations_kwonly.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9154>
_______________________________________


More information about the Python-bugs-list mailing list