summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-08-06 00:41:29 (GMT)
committerGitHub <noreply@github.com>2022-08-06 00:41:29 (GMT)
commit56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5 (patch)
treeb22cfea0622fb75e88651cefecb96dfeadf0732b /Tools
parent29650fea9605bf1f48320487c6d5d6d70d97ad95 (diff)
downloadcpython-56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5.zip
cpython-56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5.tar.gz
cpython-56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5.tar.bz2
gh-93243: Make smtpd private before porting its users (GH-93246)
gh-93243 This PR is required to reduce diffs of the following porting (no need to either maintain documentation and tests consistent with each porting step, or try to port everything and remove smtpd in a single PR). Automerge-Triggered-By: GH:warsaw
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 07450ac..695e6ff 100755
--- a/Tools/wasm/wasm_assets.py
+++ b/Tools/wasm/wasm_assets.py
@@ -77,7 +77,6 @@ OMIT_NETWORKING_FILES = (
"mailcap.py",
"nntplib.py",
"poplib.py",
- "smtpd.py",
"smtplib.py",
"socketserver.py",
"telnetlib.py",