From: Andrew M. Kuchling Date: Wed, 27 Jun 2001 20:32:12 +0000 (+0000) Subject: Add more items that need to be written about X-Git-Tag: v2.2a3~1390 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a43e70396ec4ca378f24f5fe5a8febe261cc9844;p=python Add more items that need to be written about --- diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 241b36b0f9..ae9bdc30fa 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -40,6 +40,20 @@ by the Python Labs crew, mostly by GvR and Tim Peters.} \end{seealso} +%====================================================================== +\section{PEP 255: Simple Generators} + +XXX + +\begin{seealso} + +\seepep{255}{Simple Generators}{Written by Neil Schemenauer, +Tim Peters, Magnus Lie Hetland. Implemented mostly by Neil +Schemenauer, with fixes from the Python Labs crew, mostly by GvR and +Tim Peters.} + +\end{seealso} + %====================================================================== \section{PEP 252: Type and Class Changes} @@ -52,6 +66,16 @@ by GvR.} \end{seealso} +%====================================================================== +\section{Unicode Changes} + +XXX I have to figure out what the changes mean to users. +(--enable-unicode configure switch) + +References: http://mail.python.org/pipermail/i18n-sig/2001-June/001107.html +and following thread. + + %====================================================================== \section{New and Improved Modules}