diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-08-02 17:13:21 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-08-02 17:13:21 (GMT) |
commit | a2e21cb94592116b8dc9e4e5be63b69d2182edf9 (patch) | |
tree | 0378125d42d7a2517ba95b3026d8f05cda783e62 /Doc | |
parent | f13c4ba11be4f566f7ae9f821f45ed074755e10c (diff) | |
download | cpython-a2e21cb94592116b8dc9e4e5be63b69d2182edf9.zip cpython-a2e21cb94592116b8dc9e4e5be63b69d2182edf9.tar.gz cpython-a2e21cb94592116b8dc9e4e5be63b69d2182edf9.tar.bz2 |
Add note
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 33db0e8..3b07b10 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -100,6 +100,20 @@ implemented by Richard Jones and Fred Drake.} %====================================================================== +\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} Here are all of the changes that Python 2.5 makes to the core Python |