Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv3852
Modified Files:
python-22.tex
Log Message:
Add more items that need to be written about
Index: python-22.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** python-22.tex 2001/05/19 19:35:46 1.2
--- python-22.tex 2001/06/27 20:32:12 1.3
***************
*** 42,45 ****
--- 42,59 ----
%======================================================================
+ \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,55 ****
--- 66,79 ----
\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.
+
%======================================================================
|