knipknap / exscript

A Python module making Telnet and SSH easy
MIT License
364 stars 136 forks source link

include Telnet.read_until(expected, timeout=None) in telnetlib #221

Closed AK-Eyes closed 1 year ago

AK-Eyes commented 1 year ago

telnetlib is being deprecated and it looks like this is its new home. Can you please include the command Telnet.read_until(expected, timeout=None) from the original library?

knipknap commented 1 year ago

Thanks. It's included in Exscript 2.6.26 which I just published.