[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.146, 1.831.4.147

doko at users.sourceforge.net doko at users.sourceforge.net
Tue Aug 24 23:48:18 CEST 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
[Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3.
Taken from HEAD, tested as part of the unstable and testing Debian packages since May on
various architectures.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.146
retrieving revision 1.831.4.147
diff -u -d -r1.831.4.146 -r1.831.4.147
--- NEWS	24 Aug 2004 21:37:49 -0000	1.831.4.146
+++ NEWS	24 Aug 2004 21:48:15 -0000	1.831.4.147
@@ -46,6 +46,8 @@
 - Patch #909007: Enable a bunch of safe bug workarounds in OpenSSL, for
   the sake of compatibility with various broken SSL implementations.
 
+- Patch #945642: Fix non-blocking SSL sockets, which blocked on reads/writes.
+
 Library
 -------
 



More information about the Python-checkins mailing list