chosechu wrote:

> Is it possible to force dictionary creation in these case to use
> my own dict class instead of the default one?

No

> I guess we can formulate this as a more generic question: if I
> want to modify the behaviour of the dictionary class, is there
> any way to do it interpreter-wide so that special dict constructors
> like those mentioned above use the modified version?

Not without modifying and recompiling the interpreter.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to