Improving grammar snippets in Python docs (96)

Опубликовано: 05 Август 2026
на канале: encukou
3
0

Join on Discord:   / discord  

Rough timestamps:
Yield expressions
examples of yield from vs for loop
0:12:00 similar to a return statement, yield from only works in side q function definition. Link to the description of the return statement.
remove co routine index entry from yield function because they are different now.
0:28:00 steal some wording from "what's new 3.3" to describe the yield from expression.
0:50:00 update the datamodel.rst somewhere with the generator methods...after i/o objects
1:30:00 stdtpes.rst...what's a good example of a user defined class that is an iterator?