Message4940

Author jimwhite
Recipients jimwhite
Date 2009-07-25.18:13:48
SpamBayes Score 0.012551686
Marked as misclassified No
Message-id <1248545629.46.0.732666500026.issue1409@psf.upfronthosting.co.za>
In-reply-to
Content
PyScriptEngineFactory returns "2.5.0" (a literal in the engine 
implementation) for ScriptEngine.LANGUAGE_VERSION and 
(Version.PY_MAJOR_VERSION, Version.PY_MINOR_VERSION, 
Version.PY_MICRO_VERSION) for ScriptEngine.ENGINE_VERSION.

They should be the other way 'round.

This is part of the way that JSR-223 addresses the issue about conflicts 
in different engines (the JSR-223 API implementation) that support the 
"same" language in possibly incompatible ways.
History
Date User Action Args
2009-07-25 18:13:49jimwhitesetrecipients: + jimwhite
2009-07-25 18:13:49jimwhitesetmessageid: <1248545629.46.0.732666500026.issue1409@psf.upfronthosting.co.za>
2009-07-25 18:13:49jimwhitelinkissue1409 messages
2009-07-25 18:13:48jimwhitecreate