[Python-3000-checkins] r63710 - python/branches/py3k/Misc/NEWS

georg.brandl python-3000-checkins at python.org
Mon May 26 20:03:26 CEST 2008


Author: georg.brandl
Date: Mon May 26 20:03:26 2008
New Revision: 63710

Log:
Add NEWS entry for http package.


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Mon May 26 20:03:26 2008
@@ -56,6 +56,11 @@
 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


More information about the Python-3000-checkins mailing list