diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2023-05-26 20:32:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 20:32:53 (GMT) |
commit | 402ee5a68b306b489b782478ab96e8e3b913587a (patch) | |
tree | 4ab4858f6d241130697fcf7c1f8960f5ed9eb70c /Misc | |
parent | 328422ce6162eb18735a2c0de12f8a696be97d0c (diff) | |
download | cpython-402ee5a68b306b489b782478ab96e8e3b913587a.zip cpython-402ee5a68b306b489b782478ab96e8e3b913587a.tar.gz cpython-402ee5a68b306b489b782478ab96e8e3b913587a.tar.bz2 |
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-26-01-31-30.gh-issue-101588.RaqxFy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-26-01-31-30.gh-issue-101588.RaqxFy.rst b/Misc/NEWS.d/next/Library/2023-05-26-01-31-30.gh-issue-101588.RaqxFy.rst new file mode 100644 index 0000000..07e3dc4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-26-01-31-30.gh-issue-101588.RaqxFy.rst @@ -0,0 +1 @@ +Deprecate undocumented copy/deepcopy/pickle support for itertools. |