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 geertj
Recipients alex, christian.heimes, dstufft, geertj, giampaolo.rodola, janssen, martin.panter, pitrou
Date 2015-07-03.11:57:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435924639.22.0.482949260087.issue24334@psf.upfronthosting.co.za>
In-reply-to
Content
Apologies for the late reply.

I made SSLSocket go through SSLObject so that the test suite that is primarily testing SSLSocket will test both.

Also, this layering allows us to define some non-networked operations (such as SSL certificate checking and channel binding types) in a single location rather than duplicating them between SSLSocket and SSLObject.
History
Date User Action Args
2015-07-03 11:57:19geertjsetrecipients: + geertj, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, martin.panter, dstufft
2015-07-03 11:57:19geertjsetmessageid: <1435924639.22.0.482949260087.issue24334@psf.upfronthosting.co.za>
2015-07-03 11:57:19geertjlinkissue24334 messages
2015-07-03 11:57:18geertjcreate