From: Georg Brandl Date: Mon, 26 May 2008 18:03:26 +0000 (+0000) Subject: Add NEWS entry for http package. X-Git-Tag: v3.0b1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d5c42561c87f78bb868a3d01592936b5cd19191;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for http package. --- diff --git a/Misc/NEWS b/Misc/NEWS index 88bd8899680c..6e92df2099f9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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