Message157674
what about this?
def __init__(...):
...
self.stop = False
while True:
(do stuff)
if self.stop: break
def quit(or whatever it's called): self.stop = True
That would work without the backwards copatability issue right? |
|
| Date |
User |
Action |
Args |
| 2012-04-06 18:37:25 | weirdink13 | set | recipients:
+ weirdink13, giampaolo.rodola, r.david.murray, teamnoir |
| 2012-04-06 18:37:25 | weirdink13 | set | messageid: <[email protected]> |
| 2012-04-06 18:37:25 | weirdink13 | link | issue13749 messages |
| 2012-04-06 18:37:25 | weirdink13 | create | |
|