A python server
Asun Friere
afriere at yahoo.co.uk
Tue Apr 15 03:32:26 EDT 2003
santacruz at southern.edu (dansan) wrote in message news:<15f445fb.0304140751.170d410e at posting.google.com>...
> Hello all!
>
> I have read and re-read the PY Sockets HOWTO, and I guess I'm still in
> the dark about how to do some stuff.
>
> I'm trying to write a little server that will allow connections via
> telnet-like clients to play a board game.
Rather than using low-level sockets, you might want to have a look at 'telnetlib'
in the standard library.
More information about the Python-list
mailing list