telnetlib will be removed in Python 3.13
carlsmedstad opened this issue ยท 1 comments
carlsmedstad commented
Hey ๐
I maintain the Arch User Repository package for patator.
The library telnetlib
will be removed from the stdlib in Python 3.13 which will be released in approximately a year. Would it be possible to remove it as a dependency from patator and make new release to avoid us having to patch the project?
/bin/smtp_login:2601: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
from telnetlib import Telnet
Much appreciated!