gh-104773: PEP 594: Remove the telnetlib module (#104778)

This commit is contained in:
Victor Stinner 2023-05-23 09:09:02 +02:00 committed by GitHub
parent 5ecd8c85f9
commit 9dc476be2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 11 additions and 1355 deletions

View file

@ -78,7 +78,6 @@ OMIT_NETWORKING_FILES = (
"poplib.py",
"smtplib.py",
"socketserver.py",
"telnetlib.py",
# keep urllib.parse for pydoc
"urllib/error.py",
"urllib/request.py",