Brett Cannon wrote:
On Thu, Jun 14, 2012 at 9:50 AM, Yury Selivanov <[email protected] <mailto:[email protected]>> wrote: [SNIP]Let's consider replacement of 'Parameter.is_*' set of attributes with a single 'Parameter.kind' attribute, which will have the following possible values: 'positional', 'vararg', 'keyword-only', 'varkwarg'. (I think 'positional' is more intuitive than 'index'?) +1 if this change is made.
+1 to using 'kind', and another +1 to using 'kwarg' instead of 'varkwarg'. ~Ethan~ _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
