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 ellisj
Recipients ellisj, janssen
Date 2008-09-04.05:05:13
SpamBayes Score 0.0059003914
Marked as misclassified No
Message-id <1220504715.29.0.225903431413.issue1291446@psf.upfronthosting.co.za>
In-reply-to
Content
This is incorrect.  Perhaps you are thinking of a raw socket read; a 
_file-like-object_ read is supposed to return the amount of data 
requested, unless (a) the socket is in non-blocking mode, or (b) if EOF 
is reached first.  Normal socket.makefile observes this, but SSLObject 
does not.
History
Date User Action Args
2008-09-04 05:05:15ellisjsetrecipients: + ellisj, janssen
2008-09-04 05:05:15ellisjsetmessageid: <1220504715.29.0.225903431413.issue1291446@psf.upfronthosting.co.za>
2008-09-04 05:05:14ellisjlinkissue1291446 messages
2008-09-04 05:05:13ellisjcreate