Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064de0e commit f339ec5Copy full SHA for f339ec5
1 file changed
Modules/itertoolsmodule.c
@@ -98,8 +98,8 @@ class itertools.pairwise "pairwiseobject *" "clinic_state()->pairwise_type"
98
#define ITERTOOL_PICKLE_DEPRECATION \
99
if (PyErr_WarnEx( \
100
PyExc_DeprecationWarning, \
101
- "Itertool pickle/copy/deepcopy support " \
102
- "will be removed in a Python 3.14.", 1) < 0) { \
+ "Pickle, copy, and deepcopy support will be " \
+ "removed from itertools in Python 3.14.", 1) < 0) { \
103
return NULL; \
104
}
105
0 commit comments