Message 157677 - Python tracker
Message157677
| 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:56 | weirdink13 | set | recipients: + weirdink13, giampaolo.rodola, r.david.murray, teamnoir |
| 2012-04-06 19:01:56 | weirdink13 | set | messageid: <1333738916.69.0.021115641143.issue13749@psf.upfronthosting.co.za> |
| 2012-04-06 19:01:56 | weirdink13 | link | issue13749 messages |
| 2012-04-06 19:01:56 | weirdink13 | create | |