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
This commit is contained in:
Oleg Iarygin 2022-08-06 03:41:29 +03:00 committed by GitHub
parent 29650fea96
commit 56d16e8cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 23 additions and 1312 deletions

View file

@ -77,7 +77,6 @@ OMIT_NETWORKING_FILES = (
"mailcap.py",
"nntplib.py",
"poplib.py",
"smtpd.py",
"smtplib.py",
"socketserver.py",
"telnetlib.py",