Jim Jewett wrote:
    48 * parameters : OrderedDict
    49     An ordered mapping of parameters' names to the corresponding
    50     Parameter objects (keyword-only arguments are in the same order
    51     as listed in ``code.co_varnames``).

Are you really sure you want to promise the keyword-only order in the PEP?

Is keyword order even important?  We're already ignoring for equality tests.

~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to