From 5f61a0aa76d29d62e137f2dee71955e1252a8f84 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:56:25 +0200 Subject: [PATCH] [3.13] gh-138515: Include email module in Emscripten build (gh-138520) (gh-138534) gh-138515: Include email module in Emscripten build (gh-138520) (cherry picked from commit d1d84098f6ac408ef36f1a85a4bc80d857d0f4ff) Co-authored-by: Gyeongjae Choi --- .../next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst | 1 + Tools/wasm/wasm_assets.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 000000000000..12712b82888e --- /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. diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py index ffa5e303412c..6cfb73a95257 100755 --- a/Tools/wasm/wasm_assets.py +++ b/Tools/wasm/wasm_assets.py @@ -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", -- 2.47.3