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 jyasskin
Recipients jyasskin, phr, skip.montanaro
Date 2008-02-23.20:02:58
SpamBayes Score 0.15581323
Marked as misclassified No
Message-id <1203796979.94.0.438662694303.issue1193577@psf.upfronthosting.co.za>
In-reply-to
Content
This is getting in my way, so I'll take a look at it. I'm planning to
model the shutdown API after
http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html.
The serve_forever->shutdown interval should probably also be available
through a context manager.
History
Date User Action Args
2008-02-23 20:03:00jyasskinsetspambayes_score: 0.155813 -> 0.15581323
recipients: + jyasskin, skip.montanaro, phr
2008-02-23 20:02:59jyasskinsetspambayes_score: 0.155813 -> 0.155813
messageid: <1203796979.94.0.438662694303.issue1193577@psf.upfronthosting.co.za>
2008-02-23 20:02:59jyasskinlinkissue1193577 messages
2008-02-23 20:02:58jyasskincreate