New issue 5 by richard.m.tew: Throw away uthread.py and replace it with a
custom version
http://code.google.com/p/sorrows-mudlib/issues/detail?id=5
uthread.py was a collection of custom functionality that was useful to
C.C.P. It was decoupled from the C.C.P. codebase and released with
required modifications. Treating it as a library of functionality ignores
the fact that these sorts of functionality are best implemented in a way
that suits the use they are actually being put to.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 5 by richard.m.tew: Throw away uthread.py and replace
it with a custom version
http://code.google.com/p/sorrows-mudlib/issues/detail?id=5
Use of uthread has been replaced with stacklesslib.