Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16173
| From | Alexandre Detiste <alexandre.detiste@gmail.com> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.maint.python |
| Subject | Bug#1077848: pudb: please update to 2024.1.2 to remove usage of telnetlib |
| Date | 2024-08-03 13:40 +0200 |
| Message-ID | <J7lh7-2pCs-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
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
Back to linux.debian.maint.python | Previous | Next | Find similar
Bug#1077848: pudb: please update to 2024.1.2 to remove usage of telnetlib Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-08-03 13:40 +0200
csiph-web