summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorVladimir Matveev <vladima@fb.com>2020-10-12 19:10:42 (GMT)
committerGitHub <noreply@github.com>2020-10-12 19:10:42 (GMT)
commit24a54c0bd48d9f6f1a1289ca57afb381bc4b280e (patch)
treeb477987c2774d4cc41a42c85399c22cde0880305 /Doc/whatsnew
parentabe244c458f2b1a727af4d2a56f71813e501bcb4 (diff)
downloadcpython-24a54c0bd48d9f6f1a1289ca57afb381bc4b280e.zip
cpython-24a54c0bd48d9f6f1a1289ca57afb381bc4b280e.tar.gz
cpython-24a54c0bd48d9f6f1a1289ca57afb381bc4b280e.tar.bz2
Delete PyGen_Send (#22663)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 1c50978..c8ddcd2 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -314,7 +314,7 @@ New Features
search function.
(Contributed by Hai Shi in :issue:`41842`.)
-* The :c:func:`PyIter_Send` and :c:func:`PyGen_Send` functions were added to allow
+* The :c:func:`PyIter_Send` function was added to allow
sending value into iterator without raising ``StopIteration`` exception.
(Contributed by Vladimir Matveev in :issue:`41756`.)