@@ -112,7 +112,6 @@ Dependencies to build optional modules are:
112112
113113.. [1 ] If *libmpdec * is not available, the :mod: `decimal ` module will use
114114 a pure-Python implementation.
115- See :option: `--with-system-libmpdec ` for details.
116115 .. [2 ] See :option: `--with-readline ` for choosing the backend for the
117116 :mod: `readline ` module.
118117 .. [3 ] The :mod: `uuid ` module uses ``_uuid `` to generate "safe" UUIDs.
@@ -553,11 +552,6 @@ Options for third-party dependencies
553552 C compiler and linker flags for ``libmpdec ``, used by :mod: `decimal ` module,
554553 overriding ``pkg-config ``.
555554
556- .. note ::
557-
558- These environment variables have no effect unless
559- :option: `--with-system-libmpdec ` is specified.
560-
561555.. option :: LIBLZMA_CFLAGS
562556.. option :: LIBLZMA_LIBS
563557
@@ -1067,29 +1061,6 @@ Libraries options
10671061 Build the :mod: `!pyexpat ` module using an installed ``expat `` library
10681062 (default is no).
10691063
1070- .. option :: --with-system-libmpdec
1071-
1072- Build the ``_decimal `` extension module using an installed ``mpdecimal ``
1073- library, see the :mod: `decimal ` module (default is yes).
1074-
1075- .. versionadded :: 3.3
1076-
1077- .. versionchanged :: 3.13
1078- Default to using the installed ``mpdecimal `` library.
1079-
1080- .. versionchanged :: 3.15
1081-
1082- A bundled copy of the library will no longer be selected
1083- implicitly if an installed ``mpdecimal `` library is not found.
1084- In Python 3.15 only, it can still be selected explicitly using
1085- ``--with-system-libmpdec=no `` or ``--without-system-libmpdec ``.
1086-
1087- .. deprecated-removed :: 3.13 3.16
1088- A copy of the ``mpdecimal `` library sources will no longer be distributed
1089- with Python 3.16.
1090-
1091- .. seealso :: :option:`LIBMPDEC_CFLAGS` and :option:`LIBMPDEC_LIBS`.
1092-
10931064.. option :: --with-readline=readline|editline
10941065
10951066 Designate a backend library for the :mod: `readline ` module.
0 commit comments