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 ellisj, janssen
Date 2008-09-05.17:20:13
SpamBayes Score 2.1141075e-08
Marked as misclassified No
Message-id <1220635214.11.0.457868333401.issue1291446@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, sorry.  I was looking at the 2.6 documentation, not the 2.5
documentation.  In 2.6 (which is what the new SSL code is for),
documentation of socket.ssl has been removed entirely, along with the
text that you cite, although the functionality from 2.5 socket.ssl is
still provided for backwards compatibility.  In 2.6, the ssl.SSLSocket
type is a subclass of socket.socket, so you call "makefile" on it to get
a file-like object for reading and writing.

If you'd like to submit a patch for 2.5 and 2.6, I think this is
backwards-compatible enough to qualify as a fix, not a feature enhancement.
History
Date User Action Args
2008-09-05 17:20:14janssensetrecipients: + janssen, ellisj
2008-09-05 17:20:14janssensetmessageid: <1220635214.11.0.457868333401.issue1291446@psf.upfronthosting.co.za>
2008-09-05 17:20:13janssenlinkissue1291446 messages
2008-09-05 17:20:13janssencreate