Rename proposed http.tools and xmlrpc.tools to http.client and xmlrpc.client,

respectively. Both actually contain code for clients and not just a mish-mash
of tools.

Also remove the proposed http.cookies module until a decision is made on how to
handle Cookie/cookielib (cookie.server/cookie.client?).
This commit is contained in:
Brett Cannon 2008-02-05 20:13:45 +00:00
parent c95ebc8a46
commit c00e6266a1
1 changed files with 2 additions and 3 deletions

View File

@ -496,11 +496,10 @@ http package
================= ===============================
Current Name Replacement Name
================= ===============================
httplib http.tools
httplib http.client
BaseHTTPServer http.server [2]_
CGIHTTPServer http.server [2]_
SimpleHTTPServer http.server [2]_
cookielib http.cookies
================= ===============================
.. [2] The ``http.server`` module can combine the specified modules
@ -513,7 +512,7 @@ xmlrpc package
================== ===============================
Current Name Replacement Name
================== ===============================
xmlrpclib xmlrpc.tools
xmlrpclib xmlrpc.client
SimpleXMLRPCServer xmlrpc.server [3]_
CGIXMLRPCServer xmlrpc.server [3]_
================== ===============================