At 08:51 AM 12/14/2007 +0100, Christian Heimes wrote: >UserDict is a relict from the >past and scheduled for removal.
Really? Why? >It's functionality is replaced by the >subclass-able dict type and ABCs. Er, no, its functionality *isn't* replaced by subclassable dict, since subclassable dict does stuff you can't override (e.g. copy() doesn't return a subclass instance). _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
