From 93db966245904f71594ad0a41696d841aa40c83c Mon Sep 17 00:00:00 2001 From: Ofey Chan Date: Sun, 25 Sep 2022 23:11:41 +0800 Subject: [PATCH] Update Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> --- .../2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst b/Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst index f51ec42d75f4ef..5d3bd17b578669 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst @@ -1 +1,2 @@ -Emit a DeprecationWarning when :meth:`~generator.throw` or :meth:`~coroutine.throw` are called with more than one argument. +Emit a DeprecationWarning when :meth:`~generator.throw`, :meth:`~coroutine.throw` or :meth:`~agen.athrow` +are called with more than one argument.