Skip to content

Commit e8cbcf4

Browse files
authored
GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-118816)
1 parent 027e6d8 commit e8cbcf4

File tree

4 files changed

+8
-1294
lines changed

4 files changed

+8
-1294
lines changed

Doc/whatsnew/3.14.rst

+5
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ Removed
109109
are removed. They had previously raised a :exc:`DeprecationWarning`
110110
since Python 3.12.
111111

112+
* :mod:`itertools` support for copy, deepcopy, and pickle operations.
113+
These had previously raised a :exc:`DeprecationWarning` since Python 3.12.
114+
(Contributed by Raymond Hettinger in :gh:`101588`.)
115+
116+
112117
Porting to Python 3.14
113118
======================
114119

0 commit comments

Comments
 (0)