From d3417bbf72fc10d2a3c5206f01642d0d8e22495b Mon Sep 17 00:00:00 2001 From: Ken Sato Date: Sat, 3 Mar 2018 09:51:16 +0900 Subject: [PATCH] clarify the two wrap_socket() are different --- Doc/whatsnew/3.7.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 46f4f13aab4798e..960326ac44cb0a3 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -673,8 +673,8 @@ The ssl module has preliminary and experimental support for TLS 1.3 and OpenSSL 1.1.1. (Contributed by Christian Heimes in :issue:`32947`, :issue:`20995`, :issue:`29136`, and :issue:`30622`) -:func:`~ssl.wrap_socket` is deprecated. Documentation has been updated to -recommend :meth:`~ssl.SSLContext.wrap_socket` instead. +:func:`ssl.wrap_socket` is deprecated. Documentation has been updated to +recommend :meth:`ssl.SSLContext.wrap_socket` instead. (Contributed by Christian Heimes in :issue:`28124`.) :class:`~ssl.SSLSocket` and :class:`~ssl.SSLObject` no longer have a public