From: <no...@so...> - 2001-01-27 11:18:39
|
Bug #130261, was updated on 2001-Jan-27 03:18 Here is a current snapshot of the bug. Project: Jython Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: ahillbo Assigned to : nobody 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! For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=130261&group_id=12867 |