[Jython-checkins] jython (merge 2.5 -> default): Updating NEWS file

alan.kennedy jython-checkins at python.org
Thu Mar 29 21:43:16 CEST 2012


http://hg.python.org/jython/rev/c31f7187b7bc
changeset:   6502:c31f7187b7bc
parent:      6500:3ab970a481ea
parent:      6501:bf3ed36e65bd
user:        Alan Kennedy <alan at xhaus.com>
date:        Thu Mar 29 20:42:29 2012 +0100
summary:
  Updating NEWS file

files:
  NEWS |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,11 @@
 
 Jython 2.5.3b2
   Bugs Fixed
+    - [ 1536 ] NPE in org.python.jsr223.PyScriptEngine:187
     - [ 1640 ] cStringIO does not complain on getvalue after close
+    - [ 1721 ] NPE when using JSR 223 (TestCase+Patch)
     - [ 1749 ] function descriptor doesn't work in interactive console
-    - [ 1721 ] NPE when using JSR 223 (TestCase+Patch)
-    - [ 1536 ] NPE in org.python.jsr223.PyScriptEngine:187
+    - [ 1816 ] Jython Interactive Console makes system beep noise too much
     - [ 1829 ] test_socket.py failing on Ubuntu (Oneiric)
     - [ 1844 ] bad host returned by getsockname
 

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list