Message1322

Author cgroves
Recipients
Date 2006-11-28.05:50:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
PyStringMap which is used as __dict__ in Jython objects doesn't have any of the dict iter method: keys, values, items.  This is probably fairly important since it'll be used to introspect on these objects. It also causes dictproxyiter<keys,values,items> in test_descr to fail.
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1604265 messages
2008-02-20 17:17:37admincreate