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 janssen
Recipients amaury.forgeotdarc, giampaolo.rodola, hodgestar, janssen
Date 2008-09-05.17:24:28
SpamBayes Score 0.0005409112
Marked as misclassified No
Message-id <1220635471.97.0.108072183782.issue3162@psf.upfronthosting.co.za>
In-reply-to
Content
Re: nomenclature

I think this is partly a design bug on my part, supporting the old
pre-2.6 "read" and "write" methods on the SSL context.  Users should
really call "makefile" to get something they can "read" and "write";
those methods should, in 2.6, only be internal, and not exposed outside
the class.  Of course, that would complicate the socket.ssl
compatibility code.
History
Date User Action Args
2008-09-05 17:24:32janssensetrecipients: + janssen, amaury.forgeotdarc, giampaolo.rodola, hodgestar
2008-09-05 17:24:31janssensetmessageid: <1220635471.97.0.108072183782.issue3162@psf.upfronthosting.co.za>
2008-09-05 17:24:28janssenlinkissue3162 messages
2008-09-05 17:24:28janssencreate