From: <nr...@us...> - 2010-02-02 17:14:00
|
Revision: 6974 http://jython.svn.sourceforge.net/jython/?rev=6974&view=rev Author: nriley Date: 2010-02-02 17:13:53 +0000 (Tue, 02 Feb 2010) Log Message: ----------- Missed updating NEWS Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-01-31 06:16:21 UTC (rev 6973) +++ trunk/jython/NEWS 2010-02-02 17:13:53 UTC (rev 6974) @@ -15,6 +15,7 @@ - [ 1396 ] Assigning os module funcs as class attributes incompatible with CPython - [ 1504 ] Inheriting twice from the same Java interface causes MRO problems - [ 1511 ] PySet doesn't support Java serialization + - [ 1426 ] JSR 223 Bindings changes not taking effect and leaking between threads; unnecessary synchronization - [ 1548 ] Parentheses in CLASSPATH cause errors in jython.bat - Fix runtime issues during exitfuncs triggered via SystemRestart (such as during Django or Pylons development mode reloading) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |