Description
Redistributes the removed standard-library telnetlib module for legacy Python code that still connects through Telnet. It helps older administration or test tools run while they migrate to safer protocols.
This is a compatibility library. Telnet is usually unencrypted, so avoid sending passwords or sensitive data over it and prefer SSH or another encrypted protocol whenever possible.