https://github.com/python/cpython/commit/7c26f0fe4ef1e4df324781e4b8ebbfbc75767ee7 commit: 7c26f0fe4ef1e4df324781e4b8ebbfbc75767ee7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-10-07T19:23:18+01:00 summary:
[3.14] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139347) gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (cherry picked from commit 0aab07ccf79f335e3afa8021ddcbcfb8afa4d70c) Co-authored-by: sobolevn <[email protected]> files: M Doc/using/configure.rst diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index d5a329578ad833..e27b0141a6bf30 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -866,9 +866,9 @@ Libraries options .. versionchanged:: 3.13 Default to using the installed ``mpdecimal`` library. - .. deprecated-removed:: 3.13 3.15 + .. deprecated-removed:: 3.13 3.16 A copy of the ``mpdecimal`` library sources will no longer be distributed - with Python 3.15. + with Python 3.16. .. seealso:: :option:`LIBMPDEC_CFLAGS` and :option:`LIBMPDEC_LIBS`. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
