Hello Bo,
Don't use dict it is a builtin ;)

Also try this stuff out in an interpreter session it is easy and fast
to get your own answers.

>>> def fun(d):
...     __dict__ = d
...     return __dict__
hth,
M.E.Farmer

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

Reply via email to