]> granicus.if.org Git - python/commitdiff
Note some changes that I need to write about
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 5 Sep 2001 14:53:31 +0000 (14:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 5 Sep 2001 14:53:31 +0000 (14:53 +0000)
Doc/whatsnew/whatsnew22.tex

index 450193073bc664b341e4ecc602ec2cedfa424dab..6645fbefc7121ed60b367fd50c97a29091c20cee 100644 (file)
@@ -338,6 +338,12 @@ and Tim Peters, with other fixes from the Python Labs crew.}
 \end{seealso}
 
 
+%======================================================================
+\section{PEP 237: Unifying Long Integers and Integers}
+
+XXX write this section
+
+
 %======================================================================
 \section{PEP 238: Changing the Division Operator}
 
@@ -663,6 +669,8 @@ See \url{http://www.xmlrpc.com/} for more information about XML-RPC.
   \class{MimeTypes} class, which takes a list of filenames to be
   parsed.  (Contributed by Fred L. Drake, Jr.)
 
+  \item XXX threading.Timer class
+
 \end{itemize}
 
 
@@ -849,6 +857,8 @@ to experiment with these modules can uncomment them manually.
   to load extension modules, it's now possible to set the flags used 
   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}