[Python-checkins] python/dist/src/Misc NEWS,1.831.4.98,1.831.4.99

perky at users.sourceforge.net perky at users.sourceforge.net
Wed Apr 14 04:11:34 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7255/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Backport checkin>
Bug #934635: Fixed a bug where the configure script couldn't detect
getaddrinfo() properly if the KAME stack had SCTP support.
(Submitted by SUZUKI Shinsuke)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.98
retrieving revision 1.831.4.99
diff -C2 -d -r1.831.4.98 -r1.831.4.99
*** NEWS	4 Apr 2004 07:08:20 -0000	1.831.4.98
--- NEWS	14 Apr 2004 08:11:31 -0000	1.831.4.99
***************
*** 161,164 ****
--- 161,170 ----
  - Bug #823328: urllib2's HTTP Digest Auth support works again.
  
+ Build
+ -----
+ 
+ - Bug #934635: Fixed a bug where the configure script couldn't detect
+   getaddrinfo() properly if the KAME stack had SCTP support.
+ 
  What's New in Python 2.3.2 (final)?
  ===================================




More information about the Python-checkins mailing list