2009/4/29 Дамјан Георгиевски <gdam...@gmail.com>:
> I've needed an attribute accessible dict, so I created this.
> Are there any obviously stupid shortcomings?

If you know the attribute names ahead of time, you might consider
using a namedtuple instead.
See http://docs.python.org/library/collections.html#collections.namedtuple

Cheers,
chris
-- 
http://blog.rebertia.com
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to