[Python-checkins] r82786 - in python/branches/release31-maint: Doc/library/http.cookiejar.rst

senthil.kumaran python-checkins at python.org
Sun Jul 11 07:06:37 CEST 2010


Author: senthil.kumaran
Date: Sun Jul 11 07:06:37 2010
New Revision: 82786

Log:
Merged revisions 82785 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines
  
  Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/library/http.cookiejar.rst

Modified: python/branches/release31-maint/Doc/library/http.cookiejar.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/http.cookiejar.rst	(original)
+++ python/branches/release31-maint/Doc/library/http.cookiejar.rst	Sun Jul 11 07:06:37 2010
@@ -108,10 +108,6 @@
       :mod:`http.cookiejar` and :mod:`http.cookies` modules do not depend on each
       other.
 
-   http://wwwsearch.sourceforge.net/mechanize/
-      Extensions to this module, including a class for reading Microsoft Internet
-      Explorer cookies on Windows.
-
    http://wp.netscape.com/newsref/std/cookie_spec.html
       The specification of the original Netscape cookie protocol.  Though this is
       still the dominant protocol, the 'Netscape cookie protocol' implemented by all
@@ -292,11 +288,8 @@
 FileCookieJar subclasses and co-operation with web browsers
 -----------------------------------------------------------
 
-The following :class:`CookieJar` subclasses are provided for reading and writing
-.  Further :class:`CookieJar` subclasses, including one that reads Microsoft
-Internet Explorer cookies, are available at
-http://wwwsearch.sourceforge.net/mechanize/.
-
+The following :class:`CookieJar` subclasses are provided for reading and
+writing .
 
 .. class:: MozillaCookieJar(filename, delayload=None, policy=None)
 


More information about the Python-checkins mailing list