Regular Expressions and Threads?

Aahz Maruch aahz at netcom.com
Wed Jun 14 16:33:32 EDT 2000


In article <3947D2F7.264BDC6E at uswest.net>,
Brian Wisti  <wbrian2 at uswest.net> wrote:
>
>I was wondering if anybody could help me out with using regular
>expressions within a thread.  I am extremely new to threads, so pleas be
>patient with me.

I doubt your problem has to do with threads; I bet that if you took your
code and ran it unthreaded you would have the same problem.  From your
description, it sounds like you have a list variable that you're
appending to and not resetting after you do the string.join().  If
that's not it, I don't have any better ideas without code.
--
                      --- Aahz (Copyright 2000 by aahz at netcom.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

"real love can't be explained by simplistic platitudes."  --piranha



More information about the Python-list mailing list