diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-08-06 00:41:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 00:41:29 (GMT) |
commit | 56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5 (patch) | |
tree | b22cfea0622fb75e88651cefecb96dfeadf0732b /Python/stdlib_module_names.h | |
parent | 29650fea9605bf1f48320487c6d5d6d70d97ad95 (diff) | |
download | cpython-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 'Python/stdlib_module_names.h')
-rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index ff422e7..b281566 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -241,7 +241,6 @@ static const char* _Py_stdlib_module_names[] = { "shutil", "signal", "site", -"smtpd", "smtplib", "sndhdr", "socket", |