Re: [Python-Dev] Non-blocking (asynchronous) timer without thread?

2006-12-30 Thread Martin v. Löwis
Evgeniy Khramtsov schrieb: > Is there any plans to implement non-blocking timer like a > threading.Timer() but without thread? On Unix, you can use signal.alarm. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/m

Re: [Python-Dev] Possible platforms to drop in 2.6

2006-12-30 Thread Martin v. Löwis
Brett Cannon schrieb: > > * AtheOS > > * BeOS > > In both cases, the last maintainer should be contacted before the > platform is unsupported. > > > I guess I can go off the emails listed in README and Misc/BeOS-NOTES, > although I would hope that any maintainer would watch pytho