[Jython-checkins] jython (merge 2.5 -> default): merge with 2.5: Updating NEWS file with a bug fix notice.

alan.kennedy jython-checkins at python.org
Wed Nov 2 01:50:09 CET 2011


http://hg.python.org/jython/rev/386860c0254c
changeset:   6269:386860c0254c
parent:      6267:95a08a9556f0
parent:      6268:826ec962e0c1
user:        Alan Kennedy <jython-dev at xhaus.com>
date:        Wed Nov 02 00:48:43 2011 +0000
summary:
  merge with 2.5: Updating NEWS file with a bug fix notice.

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


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@
     - [ 1768 ] sax.parse doesn't handle attributes with name 'id' correctly
     - [ 1803 ] _tcpsocket doesn't have 'family' attribute
     - [ 1804 ] _tcpsocket doesn't have 'type' and 'proto' attributes
+    - [ 1809 ] socket.getaddrinfo sometimes returns an object that crashes in __str__
     - [ 1811 ] Recursive import bug w/ SQLAlchemy 0.7.3
 
 Jython 2.5.2

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


More information about the Jython-checkins mailing list