summaryrefslogtreecommitdiffstats
path: root/Doc/howto/urllib2.rst
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-05-21 04:40:32 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-05-21 04:40:32 (GMT)
commit00f6e1905a7e7f7ef936b80e359984eecce4b035 (patch)
treef6405457c421facd7723c559679fb99f7f52b9c6 /Doc/howto/urllib2.rst
parentc120a6d897e2b0903e7735ba10cd40f21d5db401 (diff)
downloadcpython-00f6e1905a7e7f7ef936b80e359984eecce4b035.zip
cpython-00f6e1905a7e7f7ef936b80e359984eecce4b035.tar.gz
cpython-00f6e1905a7e7f7ef936b80e359984eecce4b035.tar.bz2
Apply patch #1492255 from Mike Foord.
Diffstat (limited to 'Doc/howto/urllib2.rst')
-rw-r--r--Doc/howto/urllib2.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
index 06c81d5..69ce508 100644
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -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 @@ globally for all sockets using : ::
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