Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 1 Doc/library/superseded.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ backwards compatibility. They have been superseded by other modules.
sndhdr.rst
spwd.rst
sunau.rst
telnetlib.rst
uu.rst
xdrlib.rst
262 changes: 0 additions & 262 deletions 262 Doc/library/telnetlib.rst

This file was deleted.

1 change: 0 additions & 1 deletion 1 Doc/tools/.nitignore
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ Doc/library/sys_path_init.rst
Doc/library/sysconfig.rst
Doc/library/syslog.rst
Doc/library/tarfile.rst
Doc/library/telnetlib.rst
Doc/library/tempfile.rst
Doc/library/termios.rst
Doc/library/test.rst
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 deletes
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ Modules
slated for removal in Python 3.13:

+---------------------+---------------------+---------------------+---------------------+---------------------+
| :mod:`aifc` | :mod:`chunk` | :mod:`msilib` | :mod:`pipes` | :mod:`telnetlib` |
| :mod:`aifc` | :mod:`chunk` | :mod:`msilib` | :mod:`pipes` | :mod:`!telnetlib` |
+---------------------+---------------------+---------------------+---------------------+---------------------+
| :mod:`audioop` | :mod:`crypt` | :mod:`nis` | :mod:`sndhdr` | :mod:`uu` |
+---------------------+---------------------+---------------------+---------------------+---------------------+
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ Modules (see :pep:`594`):
* :mod:`sndhdr`
* :mod:`spwd`
* :mod:`sunau`
* :mod:`telnetlib`
* :mod:`!telnetlib`
* :mod:`uu`
* :mod:`xdrlib`

Expand Down
4 changes: 4 additions & 0 deletions 4 Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Deprecated
Removed
=======

* :pep:`594`: Remove the :mod:`!telnetlib` module, deprecated in Python 3.11:
use the projects `telnetlib3 <https://pypi.org/project/telnetlib3/>`_ or
`Exscript <https://pypi.org/project/Exscript/>`_ instead.
(Contributed by Victor Stinner in :gh:`104773`.)
vstinner marked this conversation as resolved.
Show resolved Hide resolved


Porting to Python 3.13
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`).


Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.