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 hodgestar
Recipients amaury.forgeotdarc, giampaolo.rodola, hodgestar, janssen
Date 2008-09-05.17:05:03
SpamBayes Score 3.2761396e-05
Marked as misclassified No
Message-id <1220634304.6.0.229656544605.issue3162@psf.upfronthosting.co.za>
In-reply-to
Content
>> self.read(buf, nbytes)

> Shouldn't this function be named readinto()?

There is no readinto function (and I suspect one is unlikely to be added
now). In Py3k SSLSocket.read takes both len and buffer as optional
arguments.
History
Date User Action Args
2008-09-05 17:05:04hodgestarsetrecipients: + hodgestar, amaury.forgeotdarc, janssen, giampaolo.rodola
2008-09-05 17:05:04hodgestarsetmessageid: <1220634304.6.0.229656544605.issue3162@psf.upfronthosting.co.za>
2008-09-05 17:05:03hodgestarlinkissue3162 messages
2008-09-05 17:05:03hodgestarcreate