]> granicus.if.org Git - python/commitdiff
Add NEWS entry for http package.
authorGeorg Brandl <georg@python.org>
Mon, 26 May 2008 18:03:26 +0000 (18:03 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 26 May 2008 18:03:26 +0000 (18:03 +0000)
Misc/NEWS

index 88bd8899680c0d22e91f4e864f32b93d53aa1410..6e92df2099f90bb7185889d117ecabd43343e77e 100644 (file)
--- 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