From f8f074734d3a49ed2fe4bb9b7472f3b3fbbaf29b Mon Sep 17 00:00:00 2001 From: Jeremy Hylton <32469542+jeremyhylton@users.noreply.github.com> Date: Mon, 20 May 2024 18:06:50 -0400 Subject: [PATCH 1/3] Update 3.9.rst --- Doc/whatsnew/3.9.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 5369c5b2c43e89..e29d37ca120b76 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -1,4 +1,3 @@ - **************************** What's New In Python 3.9 **************************** From 778874442ce045b0bdb83fa93b372ed7d3ec51b4 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton <32469542+jeremyhylton@users.noreply.github.com> Date: Tue, 21 May 2024 12:18:00 -0400 Subject: [PATCH 2/3] Update Doc/whatsnew/3.14.rst Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> --- Doc/whatsnew/3.14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 4a9cd2e746f160..358e181551c557 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -90,7 +90,7 @@ ast --- Added :func:`ast.compare` for comparing 2 AST node. -(Contributed by Batuhan Taskaya in :issue:`15987`) +(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`) From 05885de40bfec1bf85cddb4b0c1923b57753a95c Mon Sep 17 00:00:00 2001 From: Jeremy Hylton <32469542+jeremyhylton@users.noreply.github.com> Date: Tue, 21 May 2024 12:18:52 -0400 Subject: [PATCH 3/3] Update Doc/whatsnew/3.14.rst Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> --- Doc/whatsnew/3.14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 358e181551c557..535d59dad8f727 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -89,7 +89,7 @@ Improved Modules ast --- -Added :func:`ast.compare` for comparing 2 AST node. +Added :func:`ast.compare` for comparing 2 ASTs. (Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`)