commit | 448da71807603770a8033e51b65f6f212fb3e2e4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 21 19:33:38 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 21 19:33:38 2010 +0000 |
tree | e47ba54a15fa32a939c4648ef270c47a290acf68 | |
parent | 56472c2463ce12830a580af3159cba3437666677 [diff] [blame] |
Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.
diff --git a/Misc/NEWS b/Misc/NEWS index 48fe18d..895c753 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library ------- +- Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets. + - Issue #8179: Fix macpath.realpath() on a non-existing path. - Issue #8024: Update the Unicode database to 5.2.