summaryrefslogtreecommitdiffstats
path: root/Tools/wasm
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-01-24 21:02:01 (GMT)
committerGitHub <noreply@github.com>2022-01-24 21:02:01 (GMT)
commitd5fd438b38248a0d2e91898475369361e34f74b7 (patch)
treed974bcca3b7f7322d143997fe3b144a82a790ca1 /Tools/wasm
parent80e1def9ded2a1d017410394e50c88aa39135029 (diff)
downloadcpython-d5fd438b38248a0d2e91898475369361e34f74b7.zip
cpython-d5fd438b38248a0d2e91898475369361e34f74b7.tar.gz
cpython-d5fd438b38248a0d2e91898475369361e34f74b7.tar.bz2
bpo-40280: Get help() working and more (GH-30858)
Diffstat (limited to 'Tools/wasm')
-rwxr-xr-xTools/wasm/wasm_assets.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py
index 6a40271..bb1983a 100755
--- a/Tools/wasm/wasm_assets.py
+++ b/Tools/wasm/wasm_assets.py
@@ -71,7 +71,11 @@ OMIT_FILES = (
"smtplib.py",
"socketserver.py",
"telnetlib.py",
- "urllib/",
+ # keep urllib.parse for pydoc
+ "urllib/error.py",
+ "urllib/request.py",
+ "urllib/response.py",
+ "urllib/robotparser.py",
"wsgiref/",
"xmlrpc/",
# dbm / gdbm