]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93243: Make smtpd private before porting its users (GH-93246)
authorOleg Iarygin <oleg@arhadthedev.net>
Sat, 6 Aug 2022 00:41:29 +0000 (03:41 +0300)
committerGitHub <noreply@github.com>
Sat, 6 Aug 2022 00:41:29 +0000 (17:41 -0700)
commit56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5
treeb22cfea0622fb75e88651cefecb96dfeadf0732b
parent29650fea9605bf1f48320487c6d5d6d70d97ad95
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
13 files changed:
Doc/library/email.rst
Doc/library/smtpd.rst [deleted file]
Doc/library/superseded.rst
Doc/whatsnew/3.12.rst
Lib/test/mock_socket.py
Lib/test/smtpd.py [moved from Lib/smtpd.py with 98% similarity]
Lib/test/test_logging.py
Lib/test/test_smtpd.py [deleted file]
Lib/test/test_smtplib.py
Misc/NEWS.d/next/Library/2022-05-26-08-41-34.gh-issue-93243.uw6x5z.rst [new file with mode: 0644]
PCbuild/lib.pyproj
Python/stdlib_module_names.h
Tools/wasm/wasm_assets.py