Talin wrote: > It does not need to implement the full dictionary interface; > only the ability to insert items and retrieve them are > required. (Note: double check that this is true).
Deletion ability might be required as well, in case del is used in the class body. -- Greg _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com