[Jython-checkins] jython (2.5): Update NEWS.

frank.wierzbicki jython-checkins at python.org
Thu Feb 7 21:57:43 CET 2013


http://hg.python.org/jython/rev/b720649748d3
changeset:   7007:b720649748d3
branch:      2.5
parent:      7005:ba4ec099655d
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Thu Feb 07 12:57:15 2013 -0800
summary:
  Update NEWS.

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


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
 
 Jython 2.5.4rc1
   Bugs Fixed
+    - [ 1972 ] jython 2.5.3 sys.stdin.readline() hangs when jython launched as subprocess on Mac OS X.
+    - [ 1962 ] Interactive console in Jython 2.5.3 needs CRTL-D to execute command.
     - [ 1676 ] NPE in defaultdict 
     - [ 1481 ] jython throws java.lang.IllegalArgumentException instead of ValueError.
     - [ 1716 ] xrange slicing raises NPE.

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


More information about the Jython-checkins mailing list