|
From: SourceForge.net <no...@so...> - 2006-11-28 05:50:45
|
Bugs item #1604265, was opened at 2006-11-28 00:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1604265&group_id=12867 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: targeted for 2.2beta1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Charles Groves (cgroves) Assigned to: Nobody/Anonymous (nobody) Summary: PyStringMap doesn't have iter<keys,values,items> Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1604265&group_id=12867 |