Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9b61b commit 3d5c425Copy full SHA for 3d5c425
1 file changed
Misc/NEWS
@@ -56,6 +56,11 @@ Extension Modules
56
Library
57
-------
58
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
+
64
- The ``xmlrpc`` package was created; it contains the old
65
``xmlrpclib`` module as ``xmlrpc.client`` and the content of
66
the old ``SimpleXMLRPCServer`` and ``DocXMLRPCServer`` modules
0 commit comments