You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nearly all of the custom-coded telnet options you program in telnetsrvlib.py can be imported from the standard python module, telnetlib, and make the beginning of your program much briefer and less daunting to a first-opener.
Nearly all of the custom-coded telnet options you program in telnetsrvlib.py can be imported from the standard python module, telnetlib, and make the beginning of your program much briefer and less daunting to a first-opener.
See for example https://github.com/jquast/x84/blob/master/x84/telnet.py#L47
The text was updated successfully, but these errors were encountered: