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

senthil.kumaran python-checkins at python.org
Thu Apr 29 22:07:34 CEST 2010


Author: senthil.kumaran
Date: Thu Apr 29 22:07:33 2010
New Revision: 80630

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

................
  r80629 | senthil.kumaran | 2010-04-30 01:32:50 +0530 (Fri, 30 Apr 2010) | 9 lines
  
  Merged revisions 80627 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r80627 | senthil.kumaran | 2010-04-30 01:16:08 +0530 (Fri, 30 Apr 2010) | 3 lines
    
    Fixing the Broken links of mechanize library.
  ........
................


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	Thu Apr 29 22:07:33 2010
@@ -108,7 +108,7 @@
       :mod:`http.cookiejar` and :mod:`http.cookies` modules do not depend on each
       other.
 
-   http://wwwsearch.sf.net/ClientCookie/
+   http://wwwsearch.sourceforge.net/mechanize/
       Extensions to this module, including a class for reading Microsoft Internet
       Explorer cookies on Windows.
 
@@ -295,7 +295,7 @@
 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.sf.net/ClientCookie/.
+http://wwwsearch.sourceforge.net/mechanize/.
 
 
 .. class:: MozillaCookieJar(filename, delayload=None, policy=None)


More information about the Python-checkins mailing list