Bug #130261, was updated on 2001-Jan-27 03:18
Here is a current snapshot of the bug.
Project: Jython
Category: Core
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: ahillbo
Assigned to : bckfnn
Summary: looping over (j.l.System) getProperties gives inifite loop?
Details: import java.lang.System as jls
jp = jls.getProperties()
for i in jp: print i
# gives infinite loop of ....
None
None
:
:
Should it not give an error "loop over non-sequence" instead?
This is jython 2.0 on Redhat 7.0 IBM vm cx130-20001124 AND dito on W2k Sun
VM 1.3.0.
BTW: I am really impressed by your extremely nice work with Jython!!!
I'm using it with apache jserv for servlets etc, as we have other people
working on
"normal" java servlets this integrates better that running cpython with
mod_python.
Keep up the good work!
Follow-Ups:
Date: 2001-Feb-04 07:37
By: bckfnn
Comment:
Fixed in:
CollectionProxy.java: 2.3;
CollectionProxy2.java: 2.2;
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130261&group_id=12867
|