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 giampaolo.rodola
Recipients christian.heimes, giampaolo.rodola, janssen, nikratio, pitrou, r.david.murray
Date 2014-03-25.19:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395777484.0.0.629399459977.issue20951@psf.upfronthosting.co.za>
In-reply-to
Content
-1 about adding raise_on_blocking_send=False option as IMO it unnecessarily complicates the API.

Note: when working with plain sockets send() returning 0 means the connection has been closed by the other peer, same for os.sendfile().
It appears ssl module is the only one behaving differently therefore I'd be for signaling the discrepancy in the doc.
History
Date User Action Args
2014-03-25 19:58:04giampaolo.rodolasetrecipients: + giampaolo.rodola, janssen, pitrou, christian.heimes, r.david.murray, nikratio
2014-03-25 19:58:03giampaolo.rodolasetmessageid: <1395777484.0.0.629399459977.issue20951@psf.upfronthosting.co.za>
2014-03-25 19:58:03giampaolo.rodolalinkissue20951 messages
2014-03-25 19:58:03giampaolo.rodolacreate