[Stackless] New version of the Stackless MUD example

Richard Tew richard.m.tew at gmail.com
Fri Jul 20 19:58:42 CEST 2007


Hi,

I have updated the MUD example in the Stackless examples project:
http://stacklessexamples.googlecode.com/svn/trunk/examples/networking/mud.py

It used to depend on the internals of stacklesssocket for its
implementation and also did not recognise that an empty string
returned from recv means the socket it is calling on has been
disconnected.

This brings up some minor flaws with stacklesssocket.  There are no
accepting and connected attributes on real Python sockets, so these
should probably be excised from it.

Cheers,
Richard.

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list