File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments