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 9a7c4a5 commit d309257Copy full SHA for d309257
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