10000 gh-93243: Make smtpd private before porting its users by arhadthedev · Pull Request #93246 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-93243: Make smtpd private before porting its users #93246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Aug 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove smptd from standalone module lists
  • Loading branch information
arhadthedev committed Jun 4, 2022
commit f5aee16d9eccdc07b6b65042b00af1353e66eacc
2 changes: 1 addition & 1 deletion PCbuild/lib.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@
<Compile Include="test\sample_doctest_no_doctests.py" />
<Compile Include="test\seq_tests.py" />
<Compile Include="test\signalinterproctester.py" />
<Compile Include="test\smtpd.py" />
<Compile Include="test\sortperf.py" />
<Compile Include="test\ssltests.py" />
<Compile Include="test\ssl_servers.py" />
Expand Down Expand Up @@ -1580,7 +1581,6 @@
<Compile Include="_pydecimal.py" />
<Compile Include="_pyio.py" />
<Compile Include="_sitebuiltins.py" />
<Compile Include="_smtpd.py" />
<Compile Include="_strptime.py" />
<Compile Include="_threading_local.py" />
<Compile Include="_weakrefset.py" />
Expand Down
1 change: 0 additions & 1 deletion Python/stdlib_module_names.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Tools/wasm/wasm_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"mailcap.py",
"nntplib.py",
"poplib.py",
"_smtpd.py",
"smtplib.py",
"socketserver.py",
"telnetlib.py",
Expand Down
0