summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-09-05 14:53:31 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-09-05 14:53:31 (GMT)
commit2f0047af3b54685e134d7baa9d2b80eff5f3d07f (patch)
tree7cc83119b86a5c241933ec69dfa88d0fdfd93195 /Doc
parent655c9557f6e0da64527cb6f97da65d4b59232c29 (diff)
downloadcpython-2f0047af3b54685e134d7baa9d2b80eff5f3d07f.zip
cpython-2f0047af3b54685e134d7baa9d2b80eff5f3d07f.tar.gz
cpython-2f0047af3b54685e134d7baa9d2b80eff5f3d07f.tar.bz2
Note some changes that I need to write about
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew22.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex
index 4501930..6645fbe 100644
--- a/Doc/whatsnew/whatsnew22.tex
+++ b/Doc/whatsnew/whatsnew22.tex
@@ -339,6 +339,12 @@ and Tim Peters, with other fixes from the Python Labs crew.}
%======================================================================
+\section{PEP 237: Unifying Long Integers and Integers}
+
+XXX write this section
+
+
+%======================================================================
\section{PEP 238: Changing the Division Operator}
The most controversial change in Python 2.2 is the start of an effort
@@ -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}