Add Cookie and cookielib to the proposed http package.

This commit is contained in:
Brett Cannon 2008-03-09 03:33:07 +00:00
parent 70cf069672
commit 11dc90069e
1 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,8 @@ httplib http.client
BaseHTTPServer http.server [2]_
CGIHTTPServer http.server [2]_
SimpleHTTPServer http.server [2]_
Cookie http.cookies
cookielib http.cookiejar
================= ===============================
.. [2] The ``http.server`` module can combine the specified modules