[Python-checkins] r46062 - python/trunk/Doc/howto/urllib2.rst

george.yoshida python-checkins at python.org
Sun May 21 06:40:33 CEST 2006


Author: george.yoshida
Date: Sun May 21 06:40:32 2006
New Revision: 46062

Modified:
   python/trunk/Doc/howto/urllib2.rst
Log:
Apply patch #1492255 from Mike Foord.


Modified: python/trunk/Doc/howto/urllib2.rst
==============================================================================
--- python/trunk/Doc/howto/urllib2.rst	(original)
+++ python/trunk/Doc/howto/urllib2.rst	Sun May 21 06:40:32 2006
@@ -10,7 +10,7 @@
 
     There is an French translation of an earlier revision of this
     HOWTO, available at `urllib2 - Le Manuel manquant
-    <http://www.voidspace/python/urllib2_francais.shtml>`_.
+    <http://www.voidspace/python/articles/urllib2_francais.shtml>`_.
 
 .. contents:: urllib2 Tutorial
  
@@ -574,14 +574,14 @@
 
 
 Footnotes
-===========
+=========
 
 This document was reviewed and revised by John Lee.
 
 .. [#] For an introduction to the CGI protocol see
        `Writing Web Applications in Python <http://www.pyzine.com/Issue008/Section_Articles/article_CGIOne.html>`_. 
 .. [#] Like Google for example. The *proper* way to use google from a program
-       is to use `PyGoogle <http://pygoogle.sourceforge.net>_ of course. See
+       is to use `PyGoogle <http://pygoogle.sourceforge.net>`_ of course. See
        `Voidspace Google <http://www.voidspace.org.uk/python/recipebook.shtml#google>`_
        for some examples of using the Google API.
 .. [#] Browser sniffing is a very bad practise for website design - building


More information about the Python-checkins mailing list