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 ethan.furman
Recipients alex, christian.heimes, dstufft, ethan.furman, giampaolo.rodola, janssen, vstinner
Date 2016-09-08.20:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473367401.97.0.810147851114.issue28025@psf.upfronthosting.co.za>
In-reply-to
Content
Evidently the correct form is:

    super(SSLContext, SSLContext).options.__set__(self, value)

Not sure that's any better.  :(
History
Date User Action Args
2016-09-08 20:43:22ethan.furmansetrecipients: + ethan.furman, janssen, vstinner, giampaolo.rodola, christian.heimes, alex, dstufft
2016-09-08 20:43:21ethan.furmansetmessageid: <1473367401.97.0.810147851114.issue28025@psf.upfronthosting.co.za>
2016-09-08 20:43:21ethan.furmanlinkissue28025 messages
2016-09-08 20:43:21ethan.furmancreate