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 python-dev in some
> fashion.  Is there an official list of maintainers?

Not that I know of. The AtheOS port was contributed through patch
#488073, by Octavian Cerna (tavyc). It seems that the primary
contributor for the BeOS port was Chris Herborth ([EMAIL PROTECTED]).

Regards,
Martin

___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com