Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d5c425

Browse files
committed
Add NEWS entry for http package.
1 parent 7c9b61b commit 3d5c425

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Extension Modules
5656
Library
5757
-------
5858

59+
- The ``http`` package was created; it contains the old ``httplib``
60+
as ``http.client``, ``Cookie`` as ``http.cookies``, ``cookielib``
61+
as ``http.cookiejar``, and the content of the three ``HTTPServer``
62+
modules as ``http.server``.
63+
5964
- The ``xmlrpc`` package was created; it contains the old
6065
``xmlrpclib`` module as ``xmlrpc.client`` and the content of
6166
the old ``SimpleXMLRPCServer`` and ``DocXMLRPCServer`` modules

0 commit comments

Comments
 (0)