From: <pj...@us...> - 2009-06-04 02:52:17
|
Revision: 6447 http://jython.svn.sourceforge.net/jython/?rev=6447&view=rev Author: pjenvey Date: 2009-06-04 02:52:11 +0000 (Thu, 04 Jun 2009) Log Message: ----------- recent updates Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-06-04 02:50:50 UTC (rev 6446) +++ trunk/jython/NEWS 2009-06-04 02:52:11 UTC (rev 6447) @@ -1,11 +1,14 @@ Jython NEWS -Jython 2.5.0 +Jython 2.5.0 rc4 Bugs fixed - [ 1354 ] core language failures in interactive interpreter - [ 1358 ] Simple pogram fails to parse in Jython 2.5rc3, but parses OK with CPython - [ 1357 ] no sys.executable when script runner is a relative link - [ 1338 ] Comparing Java objects to each other fails when classes of values do not match + - [ 1363 ] Deep inheritance from a Java class causes MRO problems + - [ 1333 ] attribute wrongly deemed 'write-only' if setter comes from an interface + - [ 1364 ] SimpleHTTPServer.py contains call to missing os.fstat Fix file's repr with Windows paths Fix urllib and urllib2 path handling on Windows Fix r'\Jython25' not considered an abspath on Windows This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |