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 christian.heimes
Recipients alex, christian.heimes, dstufft, ethan.furman, giampaolo.rodola, janssen, vstinner
Date 2016-09-08.18:13:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473358431.03.0.463058516059.issue28025@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Ethan! I have updated the patch with documentation and your fix.

Do you have an easy recipe to wrap properties like SSLContext.options to return an enum? It's not easy because super() does not support attribute proxy assignment. super().verify_mode = value raises an AttributeError.
History
Date User Action Args
2016-09-08 18:13:51christian.heimessetrecipients: + christian.heimes, janssen, vstinner, giampaolo.rodola, alex, ethan.furman, dstufft
2016-09-08 18:13:51christian.heimessetmessageid: <1473358431.03.0.463058516059.issue28025@psf.upfronthosting.co.za>
2016-09-08 18:13:51christian.heimeslinkissue28025 messages
2016-09-08 18:13:50christian.heimescreate