Apply patch #1492255 from Mike Foord.

This commit is contained in:
George Yoshida 2006-05-21 04:40:32 +00:00
parent c120a6d897
commit 00f6e1905a
1 changed files with 3 additions and 3 deletions

View File

@ -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