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

Transition from deprecated python telnetlib #25

Closed
Snuffy2 opened this issue Nov 15, 2023 · 1 comment · Fixed by #58
Closed

Transition from deprecated python telnetlib #25

Snuffy2 opened this issue Nov 15, 2023 · 1 comment · Fixed by #58
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Snuffy2
Copy link
Collaborator

Snuffy2 commented Nov 15, 2023

Python telnetlib is deprecated in 3.11+ and removed from Python in 3.13. Will need to transition to another package for telnet at some point (not urgent). For now, the Dockerfile is fixed to Python 3.12.

Options could be:

  • telnetlib3
  • Exscript
@Snuffy2 Snuffy2 added enhancement New feature or request help wanted Extra attention is needed labels Nov 15, 2023
@snicker
Copy link
Collaborator

snicker commented Nov 15, 2023

based on cursory investigation, Exscript seems to be the easiest refactor target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants