Skip to content

Commit c7b3905

Browse files
committed
End with 'Build changes' and 'Porting to...', like in 3.14
1 parent dcb05ac commit c7b3905

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -817,22 +817,6 @@ New deprecations
817817
.. include:: ../deprecations/pending-removal-in-future.rst
818818

819819

820-
Porting to Python 3.15
821-
======================
822-
823-
This section lists previously described changes and other bugfixes
824-
that may require changes to your code.
825-
826-
827-
Build changes
828-
=============
829-
830-
* Removed implicit fallback to the bundled copy of the ``libmpdec`` library.
831-
Now this should be explicitly enabled with :option:`--with-system-libmpdec`
832-
set to ``no`` or with :option:`!--without-system-libmpdec`.
833-
(Contributed by Sergey B Kirpichev in :gh:`115119`.)
834-
835-
836820
C API changes
837821
=============
838822

@@ -1006,3 +990,19 @@ Deprecated C APIs
1006990

1007991

1008992
.. Add C API deprecations above alphabetically, not here at the end.
993+
994+
995+
Build changes
996+
=============
997+
998+
* Removed implicit fallback to the bundled copy of the ``libmpdec`` library.
999+
Now this should be explicitly enabled with :option:`--with-system-libmpdec`
1000+
set to ``no`` or with :option:`!--without-system-libmpdec`.
1001+
(Contributed by Sergey B Kirpichev in :gh:`115119`.)
1002+
1003+
1004+
Porting to Python 3.15
1005+
======================
1006+
1007+
This section lists previously described changes and other bugfixes
1008+
that may require changes to your code.

0 commit comments

Comments
 (0)