Skip to content

Commit 5f61a0a

Browse files
[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 d1d8409) Co-authored-by: Gyeongjae Choi <[email protected]>
1 parent 61f07d8 commit 5f61a0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:mod:`email` is added to Emscripten build.

Tools/wasm/wasm_assets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
# socket.create_connection() raises an exception:
6262
# "BlockingIOError: [Errno 26] Operation in progress".
6363
OMIT_NETWORKING_FILES = (
64-
"email/",
6564
"ftplib.py",
6665
"http/",
6766
"imaplib.py",

0 commit comments

Comments
 (0)