Fix problems caused by differences in treatment of bytes objects between python2 and python3. Fixes #2929 Closes #3080
Add a basic telnet server for negotiating some telnet options before echoing back any data that's sent to it. Closes #1645