]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-138515: Include email module in Emscripten build (gh-138520) (gh-138534)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Sep 2025 08:56:25 +0000 (10:56 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 08:56:25 +0000 (08:56 +0000)
gh-138515: Include email module in Emscripten build (gh-138520)
(cherry picked from commit d1d84098f6ac408ef36f1a85a4bc80d857d0f4ff)

Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
Misc/NEWS.d/next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst [new file with mode: 0644]
Tools/wasm/wasm_assets.py

diff --git a/Misc/NEWS.d/next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst b/Misc/NEWS.d/next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst
new file mode 100644 (file)
index 0000000..12712b8
--- /dev/null
@@ -0,0 +1 @@
+:mod:`email` is added to Emscripten build.
index ffa5e303412c4636f5b3fb936b008182a6467245..6cfb73a952577943c2c756da24b818e08f72c446 100755 (executable)
@@ -61,7 +61,6 @@ OMIT_FILES = (
 # socket.create_connection() raises an exception:
 # "BlockingIOError: [Errno 26] Operation in progress".
 OMIT_NETWORKING_FILES = (
-    "email/",
     "ftplib.py",
     "http/",
     "imaplib.py",