From: Antoine Pitrou Date: Fri, 26 Mar 2010 19:36:14 +0000 (+0000) Subject: Add NEWS entry for r79449. X-Git-Tag: v3.2a1~1314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c0fac2f1c5528706d9010446bf0bd072a870bb6;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for r79449. --- diff --git a/Misc/NEWS b/Misc/NEWS index c0f0d8162892..baff11c5ca93 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -304,7 +304,9 @@ Library - Issue #7860: platform.uname now reports the correct 'machine' type when Python is running in WOW64 mode on 64 bit Windows. -- Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets. +- Issue #3890, #8222: Fix recv() and recv_into() on non-blocking SSL sockets. + Also, enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking + reads and writes are always retried by OpenSSL itself. - Issue #4282: Fix the main function of the profile module for a non-ASCII script, open the file in binary mode and not in text mode with the default