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 jack__d
Recipients alex, christian.heimes, docs@python, dstufft, graingert, jack__d, janssen
Date 2021-06-10.02:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623290486.0.0.6171568873.issue44362@roundup.psfhosted.org>
In-reply-to
Content
These changes are part of PEP 644; support for OpenSSL v1.1.1. The benefits are detailed in `the PEP <https://www.python.org/dev/peps/pep-0644/#benefits>`_.

Later, the deprecation process began in `bpo-43880 <https://bugs.python.org/issue43880>`_. It seems like `PROTOCOL_TLS` is the only thing with a deprecation warning that does not have a suggested alternative.

I'm confused as to how this can be deprecated; what will be the new mechanism for selecting a protocol? If someone can provide some brief clarification, I'd be more than happy to update the docs!
History
Date User Action Args
2021-06-10 02:01:26jack__dsetrecipients: + jack__d, janssen, christian.heimes, alex, docs@python, graingert, dstufft
2021-06-10 02:01:26jack__dsetmessageid: <1623290486.0.0.6171568873.issue44362@roundup.psfhosted.org>
2021-06-10 02:01:25jack__dlinkissue44362 messages
2021-06-10 02:01:25jack__dcreate