Skip to content

Commit fb8392e

Browse files
committed
#8875: Remove duplicated paragraph
1 parent c149ef4 commit fb8392e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Doc/whatsnew/2.7.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,16 +1455,6 @@ changes, or look through the Subversion logs for all the details.
14551455
will be called and :meth:`handle_request` will return.
14561456
(Contributed by Kristján Valur Jónsson; :issue:`6192` and :issue:`6267`.)
14571457

1458-
* The XML-RPC client and server, provided by the :mod:`xmlrpclib` and
1459-
:mod:`SimpleXMLRPCServer` modules, have improved performance by
1460-
supporting HTTP/1.1 keep-alive and by optionally using gzip encoding
1461-
to compress the XML being exchanged. The gzip compression is
1462-
controlled by the :attr:`encode_threshold` attribute of
1463-
:class:`SimpleXMLRPCRequestHandler`, which contains a size in bytes;
1464-
responses larger than this will be compressed.
1465-
(Contributed by Kristján Valur Jónsson; :issue:`6267`.)
1466-
1467-
14681458
* Updated module: the :mod:`sqlite3` module has been updated to
14691459
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
14701460
the ability to load SQLite extensions from shared libraries.

0 commit comments

Comments
 (0)