Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d615110

Browse files
committed
XXX something for amk's attention
1 parent baf3eb2 commit d615110

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/whatsnew/whatsnew25.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ \section{PEP 342: New Generator Features}
156156
always be parenthesized except when it occurs at the top-level
157157
expression on the right-hand side of an assignment, meaning
158158
you can to write \code{val = yield i} but \code{val = (yield i) + 12}.
159+
% XXX ending of last para makes no sense
159160

160161
Values are sent into a generator by calling its
161162
\method{send(\var{value})} method. The generator's code is then

0 commit comments

Comments
 (0)