On 26 mar, 11:49, kj <[email protected]> wrote: > What's the word on using "classes as namespaces"? E.g. > > class _cfg(object): > spam = 1 > jambon = 3 > huevos = 2 > > breakfast = (_cfg.spam, _cfg.jambon, _cfg.huevos)
I see no problem. I wouldn't mix English, French and Spanish in the same recipe though... -- http://mail.python.org/mailman/listinfo/python-list
