From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:56:34 +0000 (+0100) Subject: [3.11] Docs: OpenSSL wording ambiguity (GH-113296) (#113349) X-Git-Tag: v3.11.8~238 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4baa4b519aca61e15680aa8ba76e1ffb5cab8ae7;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: OpenSSL wording ambiguity (GH-113296) (#113349) Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com> --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index e7694d70163f..f729bc0c874b 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -25,7 +25,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform. Some behavior may be platform dependent, since calls are made to the operating system socket APIs. The installed version of OpenSSL may also - cause variations in behavior. For example, TLSv1.3 with OpenSSL version + cause variations in behavior. For example, TLSv1.3 comes with OpenSSL version 1.1.1. .. warning::