Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telnetlib deprecation #16

Open
dgkuester opened this issue Jan 22, 2024 · 0 comments
Open

telnetlib deprecation #16

dgkuester opened this issue Jan 22, 2024 · 0 comments

Comments

@dgkuester
Copy link
Collaborator

telnetlib will be removed from python 3.13. In 3.12, the import is already emitting deprecation warnings.

Possible fix approaches

  1. Remove telnet support (though one device in ssmdevices depends on this)
  2. Switch to an alternative telnet library
  3. Implement the telnet logic directly in TelnetDevice, noting that the original telnetlib in the standard library is only a few hundred lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant