Add this telnet server example I wrote to the Conch examples
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from exarkun <[email protected]>: People often have trouble figuring out how the telnet server code works. It's a bit different from a lot of the other things in Twisted, in that it involves explicitly application-level containment, rather than inheritance, to provide the higher-level interface. When the most recent person to ask for help with this asked for help with this, I wrote the attached to help him get going in the right direction. It would probably help other people, too, if they could see it. ---------- Type : enhancement Component: conch Keywords : documentation Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3940