From 4524a7cc5b0068dcf4920c97081faf7f07b54135 Mon Sep 17 00:00:00 2001 From: GeeTransit Date: Thu, 22 Aug 2019 17:40:32 -0400 Subject: [PATCH 1/2] Fix typo and remove redundant fix type. --- Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst index a44fd3b59b4f9f..fa426ac34d0c17 100644 --- a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst +++ b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst @@ -1 +1 @@ -IDLE - Refactor autocompete and improve testing. +Refactor autocomplete and improve testing. From b8bdbb2e866cbae0f552d78c7b47243599e47709 Mon Sep 17 00:00:00 2001 From: GeeTransit Date: Fri, 23 Aug 2019 00:16:07 -0400 Subject: [PATCH 2/2] Update Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst Co-Authored-By: Kyle Stanley --- Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst index fa426ac34d0c17..2a5b0bd0e90c29 100644 --- a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst +++ b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst @@ -1 +1 @@ -Refactor autocomplete and improve testing. +Refactor IDLE autocomplete and improve testing.