[Python-ideas] Ordered storage of keyword arguments

Steven D'Aprano steve at pearwood.info
Fri Oct 29 13:10:21 CEST 2010


Carl M. Johnson wrote:

> But, pending the creation of an odict of equal or greater speed, is
> there any reason we can't just make due for now by having the
> __prepare__ method of our relevant metaclasses return an odict? 

+1

Given that the need to care about the order of keyword arguments is 
likely to be rare, I'd like to see some recipes and/or metaclass helpers 
  before changing the language.

Besides... moratorium.


-- 
Steven




More information about the Python-ideas mailing list