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 kevinwatters
Recipients kevinwatters, rmore
Date 2009-05-07.21:31:25
SpamBayes Score 3.2090754e-06
Marked as misclassified No
Message-id <1241731887.31.0.370562044132.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
I wasn't sure--the docs for SSLSocket.read 
(http://docs.python.org/library/ssl.html#ssl.SSLSocket.read) say

  "Reads up to nbytes bytes from the SSL-encrypted channel and returns 
them."

With that "up to" I wasn't sure that an empty string would necessarily 
mean EOF--I'm not familiar enough with _ssl.c to say either way.
History
Date User Action Args
2009-05-07 21:31:27kevinwatterssetrecipients: + kevinwatters, rmore
2009-05-07 21:31:27kevinwatterssetmessageid: <1241731887.31.0.370562044132.issue5949@psf.upfronthosting.co.za>
2009-05-07 21:31:25kevinwatterslinkissue5949 messages
2009-05-07 21:31:25kevinwatterscreate