Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv15439
Modified Files:
python-22.tex
Log Message:
Note some changes that I need to write about
Index: python-22.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** python-22.tex 2001/09/04 21:25:58 1.25
--- python-22.tex 2001/09/05 14:53:31 1.26
***************
*** 340,343 ****
--- 340,349 ----
%======================================================================
+ \section{PEP 237: Unifying Long Integers and Integers}
+
+ XXX write this section
+
+
+ %======================================================================
\section{PEP 238: Changing the Division Operator}
***************
*** 664,667 ****
--- 670,675 ----
parsed. (Contributed by Fred L. Drake, Jr.)
+ \item XXX threading.Timer class
+
\end{itemize}
***************
*** 850,853 ****
--- 858,863 ----
by \cfunction{dlopen()} using the \function{sys.getdlopenflags()} and
\function{sys.setdlopenflags()} functions. (Contributed by Bram Stolk.)
+
+ \item XXX 3-argument float pow() is gone
\end{itemize}
|