diff options
author | Ned Deily <nad@python.org> | 2023-07-31 07:12:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 07:12:07 (GMT) |
commit | f9f9bc9bb74ae58155428527dc1b67d5e1b8c80f (patch) | |
tree | cc39db0e72b36acb19d024cf90bf24c5113fc4ec | |
parent | 08f8165b132390b27cce8d78203383bf3ca364bc (diff) | |
download | cpython-f9f9bc9bb74ae58155428527dc1b67d5e1b8c80f.zip cpython-f9f9bc9bb74ae58155428527dc1b67d5e1b8c80f.tar.gz cpython-f9f9bc9bb74ae58155428527dc1b67d5e1b8c80f.tar.bz2 |
[3.12] gh-99079: add What's New item (GH-107481)
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 71b9358..2ec25eb 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 ============= |