summaryrefslogtreecommitdiff
path: root/Tools/wasm/wasm_assets.py
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-11-08 18:48:58 +0300
committerGitHub <noreply@github.com>2022-11-08 16:48:58 +0100
commite56e33d271e511e7c2324640d7f49d39b49830d8 (patch)
treea0cb27a36345f38be784d023a75cb3dfaf56daa0 /Tools/wasm/wasm_assets.py
parentc43714fbcdb9bb0927872d6ebf5697edd2e2a1e9 (diff)
downloadcpython-git-e56e33d271e511e7c2324640d7f49d39b49830d8.tar.gz
gh-72719: Remove asyncore and asynchat modules (#96580)
Remove modules asyncore and asynchat, which were deprecated by PEP 594. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Tools/wasm/wasm_assets.py')
-rwxr-xr-xTools/wasm/wasm_assets.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py
index fdb2aa68a8..9dc8bda401 100755
--- a/Tools/wasm/wasm_assets.py
+++ b/Tools/wasm/wasm_assets.py
@@ -43,8 +43,6 @@ OMIT_FILES = (
# build system
"lib2to3/",
# deprecated
- "asyncore.py",
- "asynchat.py",
"uu.py",
"xdrlib.py",
# other platforms