mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
29650fea96
commit
56d16e8cb4
13 changed files with 23 additions and 1312 deletions
|
@ -77,7 +77,6 @@ OMIT_NETWORKING_FILES = (
|
|||
"mailcap.py",
|
||||
"nntplib.py",
|
||||
"poplib.py",
|
||||
"smtpd.py",
|
||||
"smtplib.py",
|
||||
"socketserver.py",
|
||||
"telnetlib.py",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue