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 graingert
Recipients alex, christian.heimes, dstufft, graingert, janssen
Date 2021-06-08.20:36:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623184569.91.0.0837869945939.issue44354@roundup.psfhosted.org>
In-reply-to
Content
The ssl module OP_NO_* deprecation warning message is slightly wrong: The error message prints out "is deprecated is deprecated" because of an earlier format template

There's a colon in the warning message `ssl module:` and that makes it difficult to use in simplefilter

The NPN deprecation warnning raises a UserWarning instead of DeprecationWarning

see also UserWarning: ssl module: NPN is deprecated, use ALPN instead
History
Date User Action Args
2021-06-08 20:36:09graingertsetrecipients: + graingert, janssen, christian.heimes, alex, dstufft
2021-06-08 20:36:09graingertsetmessageid: <1623184569.91.0.0837869945939.issue44354@roundup.psfhosted.org>
2021-06-08 20:36:09graingertlinkissue44354 messages
2021-06-08 20:36:09graingertcreate