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