From 65c304652dcacaf99b66d596f0c478db50776363 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 29 Oct 2022 14:32:21 +0300 Subject: [PATCH 1/2] `asyncore` and `asynchat` will be removed in 3.12 --- stdlib/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/VERSIONS b/stdlib/VERSIONS index bd1abd204885..9755d86f9ac4 100644 --- a/stdlib/VERSIONS +++ b/stdlib/VERSIONS @@ -61,7 +61,7 @@ antigravity: 2.7- argparse: 2.7- array: 2.7- ast: 2.7- -asynchat: 2.7- +asynchat: 2.7-3.12 asyncio: 3.4- asyncio.mixins: 3.10- asyncio.exceptions: 3.8- @@ -72,7 +72,7 @@ asyncio.taskgroups: 3.11- asyncio.threads: 3.9- asyncio.timeouts: 3.11- asyncio.trsock: 3.8- -asyncore: 2.7- +asyncore: 2.7-3.12 atexit: 2.7- audioop: 2.7- base64: 2.7- From aff8dabbc199a056d9c3fbde8e50650401d7f384 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 29 Oct 2022 14:40:30 +0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Alex Waygood --- stdlib/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/VERSIONS b/stdlib/VERSIONS index 9755d86f9ac4..005224e5fda0 100644 --- a/stdlib/VERSIONS +++ b/stdlib/VERSIONS @@ -61,7 +61,7 @@ antigravity: 2.7- argparse: 2.7- array: 2.7- ast: 2.7- -asynchat: 2.7-3.12 +asynchat: 2.7-3.11 asyncio: 3.4- asyncio.mixins: 3.10- asyncio.exceptions: 3.8- @@ -72,7 +72,7 @@ asyncio.taskgroups: 3.11- asyncio.threads: 3.9- asyncio.timeouts: 3.11- asyncio.trsock: 3.8- -asyncore: 2.7-3.12 +asyncore: 2.7-3.11 atexit: 2.7- audioop: 2.7- base64: 2.7-