]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-138515: Include email module in Emscripten build (gh-138520)
authorGyeongjae Choi <def6488@gmail.com>
Fri, 5 Sep 2025 08:34:18 +0000 (16:34 +0800)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 08:34:18 +0000 (16:34 +0800)
Misc/NEWS.d/next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst [new file with mode: 0644]
Tools/wasm/emscripten/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 b08e7ce1114a4a375d58b0c0f71183466464165f..78da913ff6059bf4e671aa7f6b2492cf69f033db 100755 (executable)
@@ -58,7 +58,6 @@ OMIT_FILES = (
 # socket.create_connection() raises an exception:
 # "BlockingIOError: [Errno 26] Operation in progress".
 OMIT_NETWORKING_FILES = (
-    "email/",
     "ftplib.py",
     "http/",
     "imaplib.py",