Skip to content

Commit

Permalink
GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger authored May 9, 2024
1 parent 027e6d8 commit e8cbcf4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1,294 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ Removed
are removed. They had previously raised a :exc:`DeprecationWarning`
since Python 3.12.

* :mod:`itertools` support for copy, deepcopy, and pickle operations.
These had previously raised a :exc:`DeprecationWarning` since Python 3.12.
(Contributed by Raymond Hettinger in :gh:`101588`.)


Porting to Python 3.14
======================

Expand Down
Loading

0 comments on commit e8cbcf4

Please # to comment.