Message2442

Author archon55
Recipients
Date 2005-05-20.10:23:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1186138

Per the requirements, this patch for PyDictionary now uses
the map as a backing collection.  Any change to the
PyDictionary (Map) will be now reflected in any references
to the underlying key set, entry set and values collections.  

Also, the put/putAll methods ensure that all objects put
into the PyDictionary are PyObjects. 

Mike G. 
History
Date User Action Args
2008-02-20 17:18:28adminlinkissue1181404 messages
2008-02-20 17:18:28admincreate