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:
parent
c95ebc8a46
commit
c00e6266a1
|
@ -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]_
|
||||
================== ===============================
|
||||
|
|
Loading…
Reference in New Issue