Issue1784712

classification
Title: patch:bug[1782493]
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: ayeshaiqbal, cgroves
Priority: normal Keywords: patch

Created on 2007-08-30.10:18:21 by ayeshaiqbal, last changed 2007-09-30.04:52:10 by cgroves.

Files
File name Uploaded Description Edit Remove
java_version.patch ayeshaiqbal, 2007-08-30.10:18:21 patch file
Messages
msg2869 (view) Author: ayesha (ayeshaiqbal) Date: 2007-08-30.10:18:21
The version does not get displayed because the python systemstate is not initialised when the jython --version cmd is given.This patch fixes the issue

msg2870 (view) Author: Charlie Groves (cgroves) Date: 2007-09-30.04:52:10
Fixed by just breaking out the code that finds the platform in r3492.  Initializing the whole PySystemState to just find the Java version is a lot of work for nothing.
History
Date User Action Args
2007-08-30 10:18:21ayeshaiqbalcreate