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 vstinner
Recipients cbay, giampaolo.rodola, janssen, pitrou, r.david.murray, vstinner
Date 2010-03-27.13:29:48
SpamBayes Score 2.7001252e-05
Marked as misclassified No
Message-id <201003271429.41912.victor.stinner@haypocalc.com>
In-reply-to <1269630555.96.0.998944132648.issue8240@psf.upfronthosting.co.za>
Content
> ..., the doc says about SSLSocket.write:
> 
> Returns the number of bytes written.
> 
> It actually either returns 0 or len(data), at least as long as we don't
>  have SSL partial writes. That's a different behaviour from regular
>  sockets, and I had to look in _ssl.c to figure out why I never had values
>  inbetween.

You should open a new issue for this point.
History
Date User Action Args
2010-03-27 13:29:51vstinnersetrecipients: + vstinner, janssen, pitrou, giampaolo.rodola, r.david.murray, cbay
2010-03-27 13:29:48vstinnerlinkissue8240 messages
2010-03-27 13:29:48vstinnercreate