[issue4992] yield's documentation not updated

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69294. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue4992] yield's documentation not updated

2009-01-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: I would go with the first suggestion as that was the intent of adding next() as a builtin function. -- nosy: +tjreedy ___ Python tracker ___ ___

[issue4992] yield's documentation not updated

2009-01-18 Thread Petr Viktorin
New submission from Petr Viktorin : In the yield statement documentation (http://docs.python.org/3.0/reference/simple_stmts.html#the-yield-statement), the old way of calling generators is used: "The body of the generator function is executed by calling the generator’s next() method repeatedly un