Skip to content

Commit d774ef8

Browse files
Fixes after review
1 parent 3f67be2 commit d774ef8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Doc/using/configure.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ Features and minimum versions required to build CPython:
5656
Tcl/Tk version 8.5.12 is now required for the :mod:`tkinter` module.
5757

5858
.. versionchanged:: 3.13
59-
Autoconf 2.71, aclocal 1.16.4 and SQLite 3.15.2 are now required.
60-
61-
.. versionchanged:: 3.13
62-
Require aclocal 1.16.5.
59+
Autoconf 2.71, aclocal 1.16.5 and SQLite 3.15.2 are now required.
6360

6461
See also :pep:`7` "Style Guide for C Code" and :pep:`11` "CPython platform
6562
support".

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ Build Changes
24972497

24982498
* Autoconf 2.71 and aclocal 1.16.5 are now required to regenerate
24992499
the :file:`configure` script.
2500-
(Contributed by Victor Stinner in :gh:`112090`.)
2500+
(Contributed by Christian Heimes in :gh:`89886` and by Victor Stinner in :gh:`112090`.)
25012501

25022502
* SQLite 3.15.2 or newer is required to build
25032503
the :mod:`sqlite3` extension module.

0 commit comments

Comments
 (0)