This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:36python-devsetrecipients: + python-dev, janssen, pitrou, giampaolo.rodola, christian.heimes, r.david.murray, nikratio, Ben.Darnell
2014-04-29 08:03:36python-devlinkissue20951 messages
2014-04-29 08:03:36python-devcreate