namespaces module (a.k.a. bunch, struct, generic object, etc.) PEP

BJörn Lindqvist bjourne at gmail.com
Thu Feb 10 19:37:21 EST 2005


I like it alot! My only minor complaint is that the name is to long.
Also I *really wish* the Namespace could do this:

r, g, b = col = Namespace(r = 4, g = 3, b = 12)

But alas, I guess that's not doable within the scope of the Namespace PEP. 
 
-- 
mvh Björn



More information about the Python-list mailing list