[issue2613] inconsistency with bare * in parameter list

Terry J. Reedy report at bugs.python.org
Wed Jun 4 00:29:44 CEST 2008


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Rationale for banning f(*,**k): it could represent a bug (intended bare
name(s) omitted) that should be flagged, a lack of clear understanding
of the redundancy, or a somewhat unPythonic stylistic preference for
useless redundancy.  I consider the first the most likely in practice,
though I also did not see the redundancy at first.  Guido has used the
'likely a bug' rationale for other design decisions.

----------
nosy: +tjreedy

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


More information about the Python-bugs-list mailing list