From: George Yoshida Date: Sun, 21 May 2006 04:40:32 +0000 (+0000) Subject: Apply patch #1492255 from Mike Foord. X-Git-Tag: v2.5b1~603 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00f6e1905a7e7f7ef936b80e359984eecce4b035;p=python Apply patch #1492255 from Mike Foord. --- diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 06c81d51e5..69ce5082e4 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 - `_. + `_. .. 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 `_. .. [#] Like Google for example. The *proper* way to use google from a program - is to use `PyGoogle _ of course. See + is to use `PyGoogle `_ of course. See `Voidspace Google `_ for some examples of using the Google API. .. [#] Browser sniffing is a very bad practise for website design - building