diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:57:02 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:57:02 (GMT) |
commit | 3d3db9663fa3df348896666e750b1156fb798880 (patch) | |
tree | f2d1c0f22362c6d29baafa141f5b5c9ac281a6ff /Doc/whatsnew | |
parent | d11c110c115da398b7cf599064dfe648bd97e59f (diff) | |
download | cpython-3d3db9663fa3df348896666e750b1156fb798880.zip cpython-3d3db9663fa3df348896666e750b1156fb798880.tar.gz cpython-3d3db9663fa3df348896666e750b1156fb798880.tar.bz2 |
Add item
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index fc9b4a6..10e47a9 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -1245,6 +1245,9 @@ Other threads can assign and retrieve their own values for the \item The \module{xmlrpclib} module now supports a multi-call extension for transmitting multiple XML-RPC calls in a single HTTP operation. + +\item The \module{mpz}, \module{rotor}, and \module{xreadlines} modules have +been removed. \end{itemize} |