Bug#1077848: pudb: please update to 2024.1.2 to remove usage of telnetlib
Source: pudb
Version: 2022.1.3-1
Severity: important
X-Debbugs-Cc: debian-python@lists.debian.org
Dear Maintainers,
The telnetlib module has been removed from Python3.13.
Usage of this module has already been removed upstream.
https://github.com/inducer/pudb/pull/626
pudb/remote.py: import telnetlib as tn
pudb/remote.py: raw_sock_file.write(tn.IAC + tn.WILL + tn.SGA)
pudb/remote.py: assert resp == tn.IAC + tn.DO + tn.SGA
pudb/remote.py: raw_sock_file.write(tn.IAC + tn.WILL + tn.ECHO)
pudb/remote.py: assert resp == tn.IAC + tn.DO + tn.ECHO
Greetings,
Alexandre
Reply to: