File tree 2 files changed +18
-13
lines changed
2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ Pending removal in Python 3.16
57
57
In the rare case that you need the bitwise inversion of
58
58
the underlying integer, convert to ``int `` explicitly (``~int(x) ``).
59
59
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
+
60
65
* :mod: `shutil `:
61
66
62
67
* The :class: `!ExecError ` exception
@@ -79,8 +84,3 @@ Pending removal in Python 3.16
79
84
80
85
* The undocumented and unused :attr: `!TarFile.tarfile ` attribute
81
86
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 @@ -67,6 +67,7 @@ Summary -- release highlights
67
67
68
68
* :ref: `PEP 649: deferred evaluation of annotations <whatsnew314-pep649 >`
69
69
* :ref: `PEP 741: Python Configuration C API <whatsnew314-pep741 >`
70
+ * :ref: `PEP 761: Discontinuation of PGP signatures <whatsnew314-pep761 >`
70
71
71
72
72
73
New features
583
584
command when :mod: `pdb ` is in ``inline `` mode.
584
585
(Contributed by Tian Gao in :gh: `123757 `.)
585
586
586
- platform
587
- --------
588
-
589
- * Add :func: `platform.invalidate_caches ` to invalidate the cached results.
590
-
591
- (Contributed by Bénédikt Tran in :gh: `122549 `.)
592
-
593
587
594
588
pickle
595
589
------
@@ -601,6 +595,15 @@ pickle
601
595
of the error.
602
596
(Contributed by Serhiy Storchaka in :gh: `122213 `.)
603
597
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
+
604
607
pydoc
605
608
-----
606
609
@@ -1123,9 +1126,11 @@ Changes in the Python API
1123
1126
Build changes
1124
1127
=============
1125
1128
1126
- * GNU Autoconf 2.72 is now required to generate :file: `! configure `.
1129
+ * GNU Autoconf 2.72 is now required to generate :file: `configure `.
1127
1130
(Contributed by Erlend Aasland in :gh: `115765 `.)
1128
1131
1132
+ .. _whatsnew314-pep761 :
1133
+
1129
1134
PEP 761: Discontinuation of PGP signatures
1130
1135
------------------------------------------
1131
1136
You can’t perform that action at this time.
0 commit comments