In message <h37gv5$r8...@panix3.panix.com>, Aahz wrote:

> It helps to remember that names and namespaces are in many
> ways syntactic sugar for dicts or lists.

Interesting, though, that Python insists on maintaining a distinction 
between c["x"] and c.x, whereas JavaScript doesn't bother.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to