gh-138515: Include email module in Emscripten build (gh-138520)

This commit is contained in:
Gyeongjae Choi 2025-09-05 16:34:18 +08:00 committed by GitHub
parent f19f1d8563
commit d1d84098f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
:mod:`email` is added to Emscripten build.

View file

@ -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",