Stef Mientki:
> I would like to detect if a dictionary has been changed.
> So I would like to have a modified-flag.

A solution is of course to create a SDict class, that works like a
normal dict, and also watches for changes and has an extra boolean
attribute.

Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to