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 ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"LL YR VWL R BLNG T S"
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to