[Python-3000] Futures in Python 3000

Aahz aahz at pythoncraft.com
Wed Apr 19 19:59:42 CEST 2006


On Thu, Apr 20, 2006, Andy Sy wrote:
> Greg Ewing wrote:
>> 
>> There's a lot more to this than syntax. The oddities
>> surrounding Python generators are mostly due to their
>> "one-level-deep" nature, i.e. they're not full coroutines.
>> And there are deep implementation reasons for that.
> 
> Does this mean that Py3K intends to reuse major portions of
> Python 2.x's implementation?

Absolutely!  In fact, the major push in Py3K is to remove portions of
code (such as classic classes).
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"LL YR VWL R BLNG T S"


More information about the Python-3000 mailing list