On Thu, Oct 23, 2008 at 1:14 PM, Phillip B Oldham
<[EMAIL PROTECTED]> wrote:
> Will Python 3 be "stackless"? Or, rather, will it have any features
> similar to stackless' microthreads and channels?
> --
> http://mail.python.org/mailman/listinfo/python-list
>

No, it will definitely not. But it does have the new multiprocessing
module: 
http://docs.python.org/library/multiprocessing.html#module-multiprocessing

Cheers,
Chris
-- 
Follow the path of the Iguana...
http://rebertia.com
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to