From: <pj...@us...> - 2009-08-16 01:32:58
|
Revision: 6669 http://jython.svn.sourceforge.net/jython/?rev=6669&view=rev Author: pjenvey Date: 2009-08-16 01:32:41 +0000 (Sun, 16 Aug 2009) Log Message: ----------- changelog r6668, fixes #1434 Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-08-16 01:30:38 UTC (rev 6668) +++ trunk/jython/NEWS 2009-08-16 01:32:41 UTC (rev 6669) @@ -19,6 +19,7 @@ - [ 1145 ] Jython 2.5 compatibility problem with JSR 223 - [ 1400 ] Evaluating expression via JSR 223 ScriptEngine returns null instead of True/False - [ 1413 ] Array data type (PostgreSQL) is not supported (NPE) + - [ 1434 ] Cannot get return code from a process started with os.popen with Jython 2.5 (worked in 2.2) Jython 2.5.0 The same as rc4. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |