Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf3eb2 commit d615110Copy full SHA for d615110
1 file changed
Doc/whatsnew/whatsnew25.tex
@@ -156,6 +156,7 @@ \section{PEP 342: New Generator Features}
156
always be parenthesized except when it occurs at the top-level
157
expression on the right-hand side of an assignment, meaning
158
you can to write \code{val = yield i} but \code{val = (yield i) + 12}.
159
+% XXX ending of last para makes no sense
160
161
Values are sent into a generator by calling its
162
\method{send(\var{value})} method. The generator's code is then
0 commit comments