Skip to content

Commit 077d808

Browse files
committed
move deprecation notice under the C API section instead
1 parent 07e32b0 commit 077d808

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,18 +1310,6 @@ Deprecated
13101310
New deprecations
13111311
----------------
13121312

1313-
* Build:
1314-
1315-
* Deprecate :pep:`456` support for providing an external definition
1316-
of the string hashing scheme. Removal is scheduled for Python 3.19.
1317-
1318-
Previously, embedders could define :c:macro:`Py_HASH_ALGORITHM` to be
1319-
``Py_HASH_EXTERNAL`` to indicate that the hashing scheme was provided
1320-
externally but this feature was undocumented, untested and most likely
1321-
unused.
1322-
1323-
(Contributed by Bénédikt Tran in :gh:`141226`.)
1324-
13251313
* :mod:`base64`:
13261314

13271315
* Accepting the ``+`` and ``/`` characters with an alternative alphabet in
@@ -1550,6 +1538,16 @@ on Python 3.13 and older.
15501538
Deprecated C APIs
15511539
-----------------
15521540

1541+
* Deprecate :pep:`456` support for providing an external definition
1542+
of the string hashing scheme. Removal is scheduled for Python 3.19.
1543+
1544+
Previously, embedders could define :c:macro:`Py_HASH_ALGORITHM` to be
1545+
``Py_HASH_EXTERNAL`` to indicate that the hashing scheme was provided
1546+
externally but this feature was undocumented, untested and most likely
1547+
unused.
1548+
1549+
(Contributed by Bénédikt Tran in :gh:`141226`.)
1550+
15531551
* For unsigned integer formats in :c:func:`PyArg_ParseTuple`,
15541552
accepting Python integers with value that is larger than the maximal value
15551553
for the C type or less than the minimal value for the corresponding

0 commit comments

Comments
 (0)