Message217483
| Author | python-dev |
|---|---|
| Recipients | Ben.Darnell, christian.heimes, giampaolo.rodola, janssen, nikratio, pitrou, python-dev, r.david.murray |
| Date | 2014-04-29.08:03:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <3gHwN75KJcz7LjQ@mail.python.org> |
| In-reply-to |
| Content | |
|---|---|
New changeset 3cf067049211 by Antoine Pitrou in branch 'default': Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. http://hg.python.org/cpython/rev/3cf067049211 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-29 08:03:36 | python-dev | set | recipients: + python-dev, janssen, pitrou, giampaolo.rodola, christian.heimes, r.david.murray, nikratio, Ben.Darnell |
| 2014-04-29 08:03:36 | python-dev | link | issue20951 messages |
| 2014-04-29 08:03:36 | python-dev | create | |