[Python-Dev] PEP 362 minor nits (original) (raw)

Ethan Furman ethan at stoneleaf.us
Tue Jun 19 17:57:34 CEST 2012


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.covarnames).

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



More information about the Python-Dev mailing list