Issue1507085

classification
Title: System.in should not be cached
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List:
Priority: normal Keywords:

Created on 2006-06-16.06:09:11 by anonymous, last changed 2009-03-03.16:33:35 by fwierzbicki.

Messages
msg1166 (view) Author: Nobody/Anonymous (nobody) Date: 2006-06-16.06:09:11
In a Java application, System.setIn() must be called
before the Jython interpreter object is created for
redirecting input to work. Afterwards it has no effect.

Should include setIn in addition to the existing setOut
and setErr to the interpreter object?
History
Date User Action Args
2009-03-03 16:33:35fwierzbickisetstatus: open -> closed
resolution: invalid
2006-06-16 06:09:11anonymouscreate