Issue1604265

classification
Title: PyStringMap doesn't have iter
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, h_eriksson, kzuberi
Priority: normal Keywords:

Created on 2006-11-28.05:50:44 by cgroves, last changed 2006-12-19.03:59:38 by kzuberi.

Messages
msg1322 (view) Author: Charlie Groves (cgroves) Date: 2006-11-28.05:50:44
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.
msg1323 (view) Author: Henrik Eriksson (h_eriksson) Date: 2006-12-05.08:11:12
I've fixed this and will submit the fix soon.
msg1324 (view) Author: Henrik Eriksson (h_eriksson) Date: 2006-12-15.07:47:09
The patch for this has been commited to trunk. So I guess this should be closed.
msg1325 (view) Author: Khalid Zuberi (kzuberi) Date: 2006-12-19.03:59:38
closing, see patch 1612711.

- kz
History
Date User Action Args
2006-11-28 05:50:44cgrovescreate