summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-23 07:09:02 (GMT)
committerGitHub <noreply@github.com>2023-05-23 07:09:02 (GMT)
commit9dc476be2dcfc9bcf53bcb83f4b8d555682d0600 (patch)
treedb33d9ec6128dc46eede9b21d92d7772d4422656 /Tools
parent5ecd8c85f934e13a5ff98db6539d89e0c7c03f2d (diff)
downloadcpython-9dc476be2dcfc9bcf53bcb83f4b8d555682d0600.zip
cpython-9dc476be2dcfc9bcf53bcb83f4b8d555682d0600.tar.gz
cpython-9dc476be2dcfc9bcf53bcb83f4b8d555682d0600.tar.bz2
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/wasm/wasm_assets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py
index 1fc97fd..22bf9ea 100755
--- a/Tools/wasm/wasm_assets.py
+++ b/Tools/wasm/wasm_assets.py
@@ -78,7 +78,6 @@ OMIT_NETWORKING_FILES = (
"poplib.py",
"smtplib.py",
"socketserver.py",
- "telnetlib.py",
# keep urllib.parse for pydoc
"urllib/error.py",
"urllib/request.py",