From: <fwi...@us...> - 2009-08-16 18:22:02
|
Revision: 6681 http://jython.svn.sourceforge.net/jython/?rev=6681&view=rev Author: fwierzbicki Date: 2009-08-16 18:21:50 +0000 (Sun, 16 Aug 2009) Log Message: ----------- Found a couple more closed bugs that didn't make it into NEWS. Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-08-16 17:46:24 UTC (rev 6680) +++ trunk/jython/NEWS 2009-08-16 18:21:50 UTC (rev 6681) @@ -26,6 +26,10 @@ - [ 1415 ] ast Node creation fails with no arg constructors - [ 1405 ] Executing __run__.py from .jar throws exception(SystemExit: 0) in main when sys.exit(0) is called - [ 1439 ] Can't write() array.array + - [ 1139 ] crashes on isinstance + - [ 1430 ] Oracle JDBC Connection close + - [ 1406 ] Parsing a simple PEP 342 coroutine crashes Jython 2.5 + - [ 1407 ] ClassCastException in plain Python coroutine 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. |