mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-138515: Include email module in Emscripten build (gh-138520)
This commit is contained in:
parent
f19f1d8563
commit
d1d84098f6
2 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
:mod:`email` is added to Emscripten build.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue