Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/using/configure.rst
Co-authored-by: Victor Stinner <[email protected]>
  • Loading branch information
skirpichev and vstinner authored Jul 3, 2025
commit 795d6eaca6a7046d1769d983330e4eaee41addae
4 changes: 2 additions & 2 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Features and minimum versions required to build CPython:

* Tcl/Tk 8.5.12 for the :mod:`tkinter` module.

* The `libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/index.html>`_
library, minimum version 2.5.0, is recommended for the :mod:`decimal` module.
* `libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/>`_ 2.5.0
for the :mod:`decimal` module.

* Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the
:file:`configure` script.
Expand Down
Loading