[Python-Dev] PEP 457: Syntax For Positional-Only Parameters

Andrea Corbellini corbellini.andrea at gmail.com
Wed Oct 9 19:09:06 CEST 2013


Sorry if I meddle, but wouldn't be better to include a module in the
standard library that provides functions and classes to help parsing
*args and **kwargs?

This way you can avoid defining a new syntax, new builtin objects and so on.


More information about the Python-Dev mailing list