From: <pj...@us...> - 2009-05-18 05:02:33
|
Revision: 6355 http://jython.svn.sourceforge.net/jython/?rev=6355&view=rev Author: pjenvey Date: 2009-05-18 05:02:19 +0000 (Mon, 18 May 2009) Log Message: ----------- changelog jline and some new modules Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-05-17 20:41:51 UTC (rev 6354) +++ trunk/jython/NEWS 2009-05-18 05:02:19 UTC (rev 6355) @@ -3,6 +3,7 @@ Jython 2.5.0 Bugs fixed - [ 1344 ] setName semantics of threading.Thread different to CPython + - Fixed JLine console on cygwin Jython 2.5.0 a0 - rc1 Bugs fixed (new numbering due to move to Roundup) @@ -315,10 +316,18 @@ New Features - PyDictionary now implements Map so it may be passed to any Java function expecting a Map. - modjy integrated into core + - The interactive interpreter now uses JLine by default Ported Modules + - _ast + - cmath - collections + - csv - filecmp + - functools + - hashlib + - itertools - threading.local + - zipimport Jython 2.2.2 rc1 Bugs fixed (new numbering due to move to Roundup) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |