From: Anthony Baxter <anthonybaxter@gmail.com> Date: Tue, 28 Feb 2006 07:21:42 +0000 (+0000) Subject: XXX something for amk's attention X-Git-Tag: v2.5a0~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d615110949f552508a0dbccbe7d4c4d56e81b5d5;p=python XXX something for amk's attention --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index ae0be2fd2b..f40d583bc2 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -156,6 +156,7 @@ needed. The exact rules are that a \keyword{yield}-expression must always be parenthesized except when it occurs at the top-level expression on the right-hand side of an assignment, meaning you can to write \code{val = yield i} but \code{val = (yield i) + 12}. +% XXX ending of last para makes no sense Values are sent into a generator by calling its \method{send(\var{value})} method. The generator's code is then