From 1acd7e1d12f0be6f81175931a9fdeec61b935063 Mon Sep 17 00:00:00 2001 From: ryanking13 Date: Fri, 5 Sep 2025 05:57:16 +0000 Subject: [PATCH 1/2] Include email module in Emscripten build --- Tools/wasm/emscripten/wasm_assets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/wasm/emscripten/wasm_assets.py b/Tools/wasm/emscripten/wasm_assets.py index b08e7ce1114a4a..78da913ff6059b 100755 --- a/Tools/wasm/emscripten/wasm_assets.py +++ b/Tools/wasm/emscripten/wasm_assets.py @@ -58,7 +58,6 @@ # socket.create_connection() raises an exception: # "BlockingIOError: [Errno 26] Operation in progress". OMIT_NETWORKING_FILES = ( - "email/", "ftplib.py", "http/", "imaplib.py", From e74afa15a86a439e1a94bb8db47ecbbfb6dff944 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 07:50:24 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst 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 index 00000000000000..12712b82888ef0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst @@ -0,0 +1 @@ +:mod:`email` is added to Emscripten build.