From d774ef81b70355a2f96a6d551d2e4e9f856de046 Mon Sep 17 00:00:00 2001 From: Mikhail Efimov Date: Mon, 14 Oct 2024 17:32:49 +0300 Subject: [PATCH] Fixes after review --- Doc/using/configure.rst | 5 +---- Doc/whatsnew/3.13.rst | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 7646b61f0d8085..10cdf2376229ff 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -56,10 +56,7 @@ Features and minimum versions required to build CPython: Tcl/Tk version 8.5.12 is now required for the :mod:`tkinter` module. .. versionchanged:: 3.13 - Autoconf 2.71, aclocal 1.16.4 and SQLite 3.15.2 are now required. - -.. versionchanged:: 3.13 - Require aclocal 1.16.5. + Autoconf 2.71, aclocal 1.16.5 and SQLite 3.15.2 are now required. See also :pep:`7` "Style Guide for C Code" and :pep:`11` "CPython platform support". diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7c1abbc94449a1..f9e74a9b8ff9c6 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -2497,7 +2497,7 @@ Build Changes * Autoconf 2.71 and aclocal 1.16.5 are now required to regenerate the :file:`configure` script. - (Contributed by Victor Stinner in :gh:`112090`.) + (Contributed by Christian Heimes in :gh:`89886` and by Victor Stinner in :gh:`112090`.) * SQLite 3.15.2 or newer is required to build the :mod:`sqlite3` extension module.