Skip to content

Commit 27f57ca

Browse files
committed
Alphabetise
1 parent 80d174a commit 27f57ca

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Doc/deprecations/pending-removal-in-3.16.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ Pending removal in Python 3.16
5757
In the rare case that you need the bitwise inversion of
5858
the underlying integer, convert to ``int`` explicitly (``~int(x)``).
5959

60+
* :mod:`functools`:
61+
62+
* Calling the Python implementation of :func:`functools.reduce` with *function*
63+
or *sequence* as keyword arguments has been deprecated since Python 3.14.
64+
6065
* :mod:`shutil`:
6166

6267
* The :class:`!ExecError` exception
@@ -79,8 +84,3 @@ Pending removal in Python 3.16
7984

8085
* The undocumented and unused :attr:`!TarFile.tarfile` attribute
8186
has been deprecated since Python 3.13.
82-
83-
* :mod:`functools`:
84-
85-
* Calling the Python implementation of :func:`functools.reduce` with *function*
86-
or *sequence* as keyword arguments has been deprecated since Python 3.14.

Doc/whatsnew/3.14.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -584,13 +584,6 @@ pdb
584584
command when :mod:`pdb` is in ``inline`` mode.
585585
(Contributed by Tian Gao in :gh:`123757`.)
586586

587-
platform
588-
--------
589-
590-
* Add :func:`platform.invalidate_caches` to invalidate the cached results.
591-
592-
(Contributed by Bénédikt Tran in :gh:`122549`.)
593-
594587

595588
pickle
596589
------
@@ -602,6 +595,15 @@ pickle
602595
of the error.
603596
(Contributed by Serhiy Storchaka in :gh:`122213`.)
604597

598+
599+
platform
600+
--------
601+
602+
* Add :func:`platform.invalidate_caches` to invalidate the cached results.
603+
604+
(Contributed by Bénédikt Tran in :gh:`122549`.)
605+
606+
605607
pydoc
606608
-----
607609

0 commit comments

Comments
 (0)