Message10541

Author zyasoft
Recipients zyasoft
Date 2015-12-17.01:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450316627.39.0.538258734874.issue2443@psf.upfronthosting.co.za>
In-reply-to
Content
But iteritems is implemented. See https://github.com/jythontools/jython/blob/master/src/org/python/core/JavaProxyMap.java#L208 - it is trivial to add the missing methods

See related bug #1631 - these methods were not tested for by our tests in test_dict_jy and supported by CPython's test_dict. Are there others?
History
Date User Action Args
2015-12-17 01:43:47zyasoftsetrecipients: + zyasoft
2015-12-17 01:43:47zyasoftsetmessageid: <1450316627.39.0.538258734874.issue2443@psf.upfronthosting.co.za>
2015-12-17 01:43:47zyasoftlinkissue2443 messages
2015-12-17 01:43:46zyasoftcreate