https://github.com/python/cpython/commit/d1d84098f6ac408ef36f1a85a4bc80d857d0f4ff
commit: d1d84098f6ac408ef36f1a85a4bc80d857d0f4ff
branch: main
author: Gyeongjae Choi <[email protected]>
committer: corona10 <[email protected]>
date: 2025-09-05T16:34:18+08:00
summary:
gh-138515: Include email module in Emscripten build (gh-138520)
files:
A Misc/NEWS.d/next/Library/2025-09-05-07-50-18.gh-issue-138515.E3M-pu.rst
M 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
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.
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",
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]