[Python-checkins] python/dist/src/Misc NEWS,1.629,1.630
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
2003年1月27日 14:22:54 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv9106
Modified Files:
NEWS
Log Message:
Support socket timeout in SSL, by Geoff Talvola.
(SF patch #675750, to fix SF bug #675552.)
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.629
retrieving revision 1.630
diff -C2 -d -r1.629 -r1.630
*** NEWS 27 Jan 2003 18:51:48 -0000 1.629
--- NEWS 27 Jan 2003 22:22:50 -0000 1.630
***************
*** 27,30 ****
--- 27,33 ----
-----------------
+ - The SSL module now handles sockets with a timeout set correctly (SF
+ patch #675750, fixing SF bug #675552).
+
- A new module _iconv_codec has been added, to expose the iconv(3)
library.