Issue1529

classification
Title: Jython doesn't return last evaluated value in Java ScriptEngine
Type: behaviour Severity: critical
Components: Core Versions: 2.5.1
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: bioform, nriley, zyasoft
Priority: Keywords:

Created on 2009-12-22.15:46:22 by bioform, last changed 2010-08-15.14:58:20 by zyasoft.

Messages
msg5391 (view) Author: bioform (bioform) Date: 2009-12-22.15:46:21
Copy of issue 1486
Issue 1486 should be reopened
msg5964 (view) Author: Jim Baker (zyasoft) Date: 2010-08-15.14:58:20
The current behavior is reasonable for Python, as discussed in the previous bug report in #1486, and follows current non JSR 223 usage of the PyInterpreter. The fact that it's being called instead from ScriptEngine should not change the semantics here.
History
Date User Action Args
2010-08-15 14:58:20zyasoftsetstatus: open -> closed
resolution: wont fix
messages: + msg5964
nosy: + zyasoft
2009-12-22 15:46:22bioformcreate