From: Ned Deily Date: Mon, 31 Jul 2023 07:12:07 +0000 (-0400) Subject: [3.12] gh-99079: add What's New item (GH-107481) X-Git-Tag: v3.12.0rc1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9f9bc9bb74ae58155428527dc1b67d5e1b8c80f;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-99079: add What's New item (GH-107481) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 71b9358323e3..2ec25eb25ecb 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1586,6 +1586,8 @@ Build Changes :file:`!configure`. (Contributed by Christian Heimes in :gh:`89886`.) +* Windows builds and macOS installers from python.org now use OpenSSL 3.0. + C API Changes =============