File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
595588pickle
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+
605607pydoc
606608-----
607609
You can’t perform that action at this time.
0 commit comments