This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author weirdink13
Recipients giampaolo.rodola, r.david.murray, teamnoir, weirdink13
Date 2012-04-06.19:01:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333738916.69.0.021115641143.issue13749@psf.upfronthosting.co.za>
In-reply-to
Content
Or even better:
def __init__(...):
    ...
    self.stop = False
    while not self.stop:
        (do stuff)
def quit(or whatever it's called): self.stop = True
History
Date User Action Args
2012-04-06 19:01:56weirdink13setrecipients: + weirdink13, giampaolo.rodola, r.david.murray, teamnoir
2012-04-06 19:01:56weirdink13setmessageid: <1333738916.69.0.021115641143.issue13749@psf.upfronthosting.co.za>
2012-04-06 19:01:56weirdink13linkissue13749 messages
2012-04-06 19:01:56weirdink13create