From: Andrew M. Kuchling Date: Tue, 2 Aug 2005 17:13:21 +0000 (+0000) Subject: Add note X-Git-Tag: v2.5a0~1547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2e21cb94592116b8dc9e4e5be63b69d2182edf9;p=thirdparty%2FPython%2Fcpython.git Add note --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 33db0e8140be..3b07b10f5b16 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -99,6 +99,20 @@ implemented by Richard Jones and Fred Drake.} \end{seealso} +%====================================================================== +\section{PEP 342: New Generator Features} + +XXX write this section + +\begin{seealso} + +\seepep{342}{Coroutines via Enhanced Generators}{PEP written by +Guido van Rossum and Phillip J. Eby; +implemented by Phillip J. Eby.} + +\end{seealso} + + %====================================================================== \section{Other Language Changes}