From: <zy...@us...> - 2010-04-26 18:40:03
|
Revision: 7050 http://jython.svn.sourceforge.net/jython/?rev=7050&view=rev Author: zyasoft Date: 2010-04-26 18:39:57 +0000 (Mon, 26 Apr 2010) Log Message: ----------- Updated NEWS Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-04-26 18:24:42 UTC (rev 7049) +++ trunk/jython/NEWS 2010-04-26 18:39:57 UTC (rev 7050) @@ -2,6 +2,9 @@ Jython 2.5.2a1 Bugs Fixed + - [ 1586 ] weakref reference count leak when kwargs are used + - [ 1601 ] Can't serialize PyCode object + - [ 1551 ] Java objects cannot be copied by the copy module - [ 1583 ] xml.dom.Node.data returns bytestrings of decoded unicode - [ 1225 ] socket.getservbyname/port() not yet supported - [ 1532 ] Cannot use docstring when defining class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |