diff --git a/netmiko/_telnetlib/README.md b/netmiko/_telnetlib/README.md index 8a9fedd97..345ad6731 100644 --- a/netmiko/_telnetlib/README.md +++ b/netmiko/_telnetlib/README.md @@ -8,5 +8,6 @@ All contributions were made by the original contributor as documented in the referenced github.com repository or as documented otherwise by telnetlib's history. -Kirk Byers has made no code contributions to this library. +Kirk Byers has made no code contributions to this library (well I +removed one deprecation warning for PY3.13) diff --git a/netmiko/_telnetlib/telnetlib.py b/netmiko/_telnetlib/telnetlib.py index af44494e7..72dbdc876 100644 --- a/netmiko/_telnetlib/telnetlib.py +++ b/netmiko/_telnetlib/telnetlib.py @@ -39,7 +39,7 @@ from time import monotonic as _time import warnings -warnings._deprecated(__name__, remove=(3, 13)) +# warnings._deprecated(__name__, remove=(3, 13)) __all__ = ["Telnet"]