[issue3060] Warn about tuple parameters

Georg Brandl report at bugs.python.org
Sun Jun 8 10:17:11 CEST 2008


Georg Brandl <georg at python.org> added the comment:

Why not warn in the AST, like for the other syntax-related changes?
The relevant location is ast_for_arguments, line 680 in current SVN.

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


More information about the Python-bugs-list mailing list