[issue6372] Make all switches keyword-only

Raymond Hettinger report at bugs.python.org
Mon Jun 29 20:12:22 CEST 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Let me get this right, you don't like it when people use positional
arguments for options and switches.  So, you want to force them to
change to a style you do like by breaking their existing code.  And once
they've changed, their code will be slower, more verbose, and won't work
with a star-args calling pattern. 

I think your odds of success are slim.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list