Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-104773: PEP 594: Remove the telnetlib module#104778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
These files haven't been completely cleaned ofold docs warnings, so we don't let them warn on the CI, but now is a good time to prevent creatingnew warnings:
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rstindex 84bb651e68..7236e1cad7 100644--- a/Doc/whatsnew/2.6.rst+++ b/Doc/whatsnew/2.6.rst@@ -2465,7 +2465,7 @@ changes, or look through the Subversion logs for all the details. (All changes contributed by Lars Gustäbel). * An optional ``timeout`` parameter was added to the- :class:`telnetlib.Telnet` class constructor, specifying a timeout+ :class:`!telnetlib.Telnet` class constructor, specifying a timeout measured in seconds. (Added by Facundo Batista.) * The :class:`tempfile.NamedTemporaryFile` class usually deletesdiff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rstindex 3a681754e2..1cd33dfb60 100644--- a/Doc/whatsnew/3.6.rst+++ b/Doc/whatsnew/3.6.rst@@ -1520,7 +1520,7 @@ rather than the version that is being emulated for the process telnetlib ----------:class:`~telnetlib.Telnet` is now a context manager (contributed by+:class:`!telnetlib.Telnet` is now a context manager (contributed by Stéphane Wirtel in :issue:`25485`).diff --git a/Misc/NEWS.d/3.9.0a1.rst b/Misc/NEWS.d/3.9.0a1.rstindex 0888a5c430..7da4385973 100644--- a/Misc/NEWS.d/3.9.0a1.rst+++ b/Misc/NEWS.d/3.9.0a1.rst@@ -99,7 +99,7 @@ after whitespace, e.g. '127.0.0.1 whatever'. Adds audit events for :mod:`ensurepip`, :mod:`ftplib`, :mod:`glob`, :mod:`imaplib`, :mod:`nntplib`, :mod:`pdb`, :mod:`poplib`, :mod:`shutil`,-:mod:`smtplib`, :mod:`sqlite3`, :mod:`subprocess`, :mod:`telnetlib`,+:mod:`smtplib`, :mod:`sqlite3`, :mod:`subprocess`, :mod:`!telnetlib`, :mod:`tempfile` and :mod:`webbrowser`, as well as :func:`os.listdir`, :func:`os.scandir` and :func:`breakpoint`.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/Library/2023-05-23-02-20-13.gh-issue-104773.7K59zr.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
I didn't know the |
According to a search on Affected projects (15):
|
Uh oh!
There was an error while loading.Please reload this page.
📚 Documentation preview 📚:https://cpython-previews--104778.org.readthedocs.build/