diff options
author | Georg Brandl <georg@python.org> | 2008-05-26 18:03:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-26 18:03:26 (GMT) |
commit | 3d5c42561c87f78bb868a3d01592936b5cd19191 (patch) | |
tree | de7172009ce47d9916684f6fc9d6982a80881a15 | |
parent | 7c9b61b1168de58286b2db6a78194e471aa383b6 (diff) | |
download | cpython-3d5c42561c87f78bb868a3d01592936b5cd19191.zip cpython-3d5c42561c87f78bb868a3d01592936b5cd19191.tar.gz cpython-3d5c42561c87f78bb868a3d01592936b5cd19191.tar.bz2 |
Add NEWS entry for http package.
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |