]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-138515: Include email module in Emscripten build (gh-138520) (#138533)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Sep 2025 10:53:39 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 10:53:39 +0000 (13:53 +0300)
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/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",