diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-26 19:36:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-26 19:36:14 (GMT) |
commit | 3c0fac2f1c5528706d9010446bf0bd072a870bb6 (patch) | |
tree | e53def0664cf1a9bbd6d617e790f016ea38ef91e | |
parent | 5f1c38f06bbb0da07492334c5aa2e26dc9142661 (diff) | |
download | cpython-3c0fac2f1c5528706d9010446bf0bd072a870bb6.zip cpython-3c0fac2f1c5528706d9010446bf0bd072a870bb6.tar.gz cpython-3c0fac2f1c5528706d9010446bf0bd072a870bb6.tar.bz2 |
Add NEWS entry for r79449.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |