Skip to content

Commit 8f7a642

Browse files
committed
1 parent 1653751 commit 8f7a642

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Pending removal in Python 3.16
22
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33

4-
* The bundled copy of ``libmpdecimal``.
4+
* The bundled copy of ``libmpdec``.

Doc/whatsnew/3.13.rst

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

25952595
* The :file:`configure` option :option:`--with-system-libmpdec`
25962596
now defaults to ``yes``.
2597-
The bundled copy of ``libmpdecimal`` will be removed in Python 3.16.
2597+
The bundled copy of ``libmpdec`` will be removed in Python 3.16.
25982598

25992599
* Python built with :file:`configure` :option:`--with-trace-refs`
26002600
(tracing references) is now ABI compatible with the Python release build

configure

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4215,12 +4215,12 @@ AS_VAR_IF([with_system_libmpdec], [yes],
42154215
[have_mpdec=no])
42164216
])],
42174217
[AC_MSG_WARN([m4_normalize([
4218-
the bundled copy of libmpdecimal is scheduled for removal in Python 3.16;
4218+
the bundled copy of libmpdec is scheduled for removal in Python 3.16;
42194219
consider using a system installed mpdecimal library.])])])
42204220

42214221
AS_IF([test "$with_system_libmpdec" = "yes" && test "$have_mpdec" = "no"],
42224222
[AC_MSG_WARN([m4_normalize([
4223-
no system libmpdecimal found; falling back to bundled libmpdecimal
4223+
no system libmpdec found; falling back to bundled libmpdec
42244224
(deprecated and scheduled for removal in Python 3.16)])])
42254225
USE_BUNDLED_LIBMPDEC()])
42264226

0 commit comments

Comments
 (0)