Skip to content

Commit d1d8409

Browse files
authored
gh-138515: Include email module in Emscripten build (gh-138520)
1 parent f19f1d8 commit d1d8409

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/emscripten/wasm_assets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
# socket.create_connection() raises an exception:
5959
# "BlockingIOError: [Errno 26] Operation in progress".
6060
OMIT_NETWORKING_FILES = (
61-
"email/",
6261
"ftplib.py",
6362
"http/",
6463
"imaplib.py",

0 commit comments

Comments
 (0)