diff options
author | Victor Stinner <vstinner@python.org> | 2021-12-07 11:31:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 11:31:04 (GMT) |
commit | cf7eaa4617295747ee5646c4e2b7e7a16d7c64ab (patch) | |
tree | b09b7bcc7b2cdfcae0b8291f6ec867dbb8337246 /PCbuild | |
parent | 2bf551757e0a7e3cc6ce2ebed2178b82438ac6b5 (diff) | |
download | cpython-cf7eaa4617295747ee5646c4e2b7e7a16d7c64ab.zip cpython-cf7eaa4617295747ee5646c4e2b7e7a16d7c64ab.tar.gz cpython-cf7eaa4617295747ee5646c4e2b7e7a16d7c64ab.tar.bz2 |
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
This reverts commit 9bf2cbc4c498812e14f20d86acb61c53928a5a57.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 7dd40ad..43c570f 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -24,6 +24,7 @@ <Compile Include="antigravity.py" /> <Compile Include="argparse.py" /> <Compile Include="ast.py" /> + <Compile Include="asynchat.py" /> <Compile Include="asyncio\base_events.py" /> <Compile Include="asyncio\base_futures.py" /> <Compile Include="asyncio\base_subprocess.py" /> @@ -49,6 +50,7 @@ <Compile Include="asyncio\windows_events.py" /> <Compile Include="asyncio\windows_utils.py" /> <Compile Include="asyncio\__init__.py" /> + <Compile Include="asyncore.py" /> <Compile Include="base64.py" /> <Compile Include="bdb.py" /> <Compile Include="bisect.py" /> @@ -720,6 +722,7 @@ <Compile Include="shutil.py" /> <Compile Include="signal.py" /> <Compile Include="site.py" /> + <Compile Include="smtpd.py" /> <Compile Include="smtplib.py" /> <Compile Include="sndhdr.py" /> <Compile Include="socket.py" /> @@ -857,6 +860,7 @@ <Compile Include="test\test_asdl_parser.py" /> <Compile Include="test\test_ast.py" /> <Compile Include="test\test_asyncgen.py" /> + <Compile Include="test\test_asynchat.py" /> <Compile Include="test\test_asyncio\echo.py" /> <Compile Include="test\test_asyncio\echo2.py" /> <Compile Include="test\test_asyncio\echo3.py" /> @@ -878,6 +882,7 @@ <Compile Include="test\test_asyncio\test_windows_utils.py" /> <Compile Include="test\test_asyncio\__init__.py" /> <Compile Include="test\test_asyncio\__main__.py" /> + <Compile Include="test\test_asyncore.py" /> <Compile Include="test\test_atexit.py" /> <Compile Include="test\test_audioop.py" /> <Compile Include="test\test_augassign.py" /> @@ -1258,6 +1263,7 @@ <Compile Include="test\test_signal.py" /> <Compile Include="test\test_site.py" /> <Compile Include="test\test_slice.py" /> + <Compile Include="test\test_smtpd.py" /> <Compile Include="test\test_smtplib.py" /> <Compile Include="test\test_smtpnet.py" /> <Compile Include="test\test_sndhdr.py" /> |