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 adrianv
Recipients Alex Gaynor, adrianv, christian.heimes
Date 2017-09-13.16:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505320383.23.0.651729299472.issue31453@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't seem to do anything:

>>> ctx.options
2181170175L
>>> ctx.options & ~(ssl.OP_NO_TLSv1 | ssl.OP_NO_TLSv1_1)
2181170175L
History
Date User Action Args
2017-09-13 16:33:03adrianvsetrecipients: + adrianv, christian.heimes, Alex Gaynor
2017-09-13 16:33:03adrianvsetmessageid: <1505320383.23.0.651729299472.issue31453@psf.upfronthosting.co.za>
2017-09-13 16:33:03adrianvlinkissue31453 messages
2017-09-13 16:33:03adrianvcreate