summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-06-07 13:38:40 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-06-07 13:38:40 (GMT)
commit3ca14e93c982461d0c8e7b69657abf83f8187f68 (patch)
treefd925565c5b9d2096fb7db4df8da6283ab4d1770 /Doc
parent770fd15caa2ab0d3ad8ca845a8640f368bf12d17 (diff)
downloadcpython-3ca14e93c982461d0c8e7b69657abf83f8187f68.zip
cpython-3ca14e93c982461d0c8e7b69657abf83f8187f68.tar.gz
cpython-3ca14e93c982461d0c8e7b69657abf83f8187f68.tar.bz2
#8875: Remove duplicated paragraph
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/2.7.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index a563312..6a73fc8 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -1455,16 +1455,6 @@ changes, or look through the Subversion logs for all the details.
will be called and :meth:`handle_request` will return.
(Contributed by Kristján Valur Jónsson; :issue:`6192` and :issue:`6267`.)
-* The XML-RPC client and server, provided by the :mod:`xmlrpclib` and
- :mod:`SimpleXMLRPCServer` modules, have improved performance by
- supporting HTTP/1.1 keep-alive and by optionally using gzip encoding
- to compress the XML being exchanged. The gzip compression is
- controlled by the :attr:`encode_threshold` attribute of
- :class:`SimpleXMLRPCRequestHandler`, which contains a size in bytes;
- responses larger than this will be compressed.
- (Contributed by Kristján Valur Jónsson; :issue:`6267`.)
-
-
* Updated module: the :mod:`sqlite3` module has been updated to
version 2.6.0 of the `pysqlite package <http://code.google.com/p/pysqlite/>`__. Version 2.6.0 includes a number of bugfixes, and adds
the ability to load SQLite extensions from shared libraries.