jwz threading algorithm in Python

Laura Creighton lac at strakt.com
Sat Jul 6 11:32:56 EDT 2002


> 
> On 06-Jul-2002 Gerhard Häring wrote:
> > Has anybody implemented Jamie Zawinski's message threading algorithm in
> > Python, yet and would like to share it?
> > 
> > Here's the specification: http://www.jwz.org/doc/threading.html
> > 
> > I'm about half-way thru with converting the Java implementation to
> > Python (manual translation finished, in testing stage, now), but it
> > looks like the debugging will take me quite some time still. Also, the
> > code doesn't look very pythonic. If I could get a finished Python
> > implementation, this would be much better :-)
> > 
> 
> well when it is available be sure to put it somewhere public so we can all us
> e
> it in our cool python email software (-:
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list

Ka-Ping Yee talked about a threading algorithm at IPC 10, but I wasn't
there (only heard about it) and I don't know if it is this one or one
he designed and wrote himself.

Laura 





More information about the Python-list mailing list