[Python-ideas] Ordered storage of keyword arguments (original) (raw)
Steven D'Aprano steve at pearwood.info
Fri Oct 29 13:10:21 CEST 2010
- Previous message: [Python-ideas] Ordered storage of keyword arguments
- Next message: [Python-ideas] Ordered storage of keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-ideas] Ordered storage of keyword arguments
- Next message: [Python-ideas] Ordered storage of keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]