mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
[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 d1d84098f6)
Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
This commit is contained in:
parent
61f07d8bcf
commit
5f61a0aa76
2 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
:mod:`email` is added to Emscripten build.
|
||||
|
|
@ -61,7 +61,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