summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-06-27 20:32:12 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-06-27 20:32:12 (GMT)
commita43e70396ec4ca378f24f5fe5a8febe261cc9844 (patch)
tree36bb04bb793adbc03b99e582db1c22c56d4cc1b5 /Doc
parentfd9177943ba8b43c3c5f48526a722eed79909d24 (diff)
downloadcpython-a43e70396ec4ca378f24f5fe5a8febe261cc9844.zip
cpython-a43e70396ec4ca378f24f5fe5a8febe261cc9844.tar.gz
cpython-a43e70396ec4ca378f24f5fe5a8febe261cc9844.tar.bz2
Add more items that need to be written about
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew22.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex
index 241b36b..ae9bdc3 100644
--- a/Doc/whatsnew/whatsnew22.tex
+++ b/Doc/whatsnew/whatsnew22.tex
@@ -41,6 +41,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}
XXX
@@ -53,6 +67,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}
\begin{itemize}