Add NEWS entry for http package.

This commit is contained in:
Georg Brandl 2008-05-26 18:03:26 +00:00
parent 7c9b61b116
commit 3d5c42561c
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ Extension Modules
Library
-------
- The ``http`` package was created; it contains the old ``httplib``
as ``http.client``, ``Cookie`` as ``http.cookies``, ``cookielib``
as ``http.cookiejar``, and the content of the three ``HTTPServer``
modules as ``http.server``.
- The ``xmlrpc`` package was created; it contains the old
``xmlrpclib`` module as ``xmlrpc.client`` and the content of
the old ``SimpleXMLRPCServer`` and ``DocXMLRPCServer`` modules