[Python-checkins] r61318 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Sun Mar 9 04:33:08 CET 2008


Author: brett.cannon
Date: Sun Mar  9 04:33:07 2008
New Revision: 61318

Modified:
   peps/trunk/pep-3108.txt
Log:
Add Cookie and cookielib to the proposed http package.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun Mar  9 04:33:07 2008
@@ -550,6 +550,8 @@
 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


More information about the Python-checkins mailing list