bpo-40280: Get help() working and more (GH-30858)

This commit is contained in:
Christian Heimes 2022-01-24 23:02:01 +02:00 committed by GitHub
parent 80e1def9de
commit d5fd438b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 13 deletions

View file

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