]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove reference to PyGoogle (#25145)
authorBenjamin Peterson <benjamin@python.org>
Sun, 20 Sep 2015 18:17:41 +0000 (23:17 +0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 20 Sep 2015 18:17:41 +0000 (23:17 +0500)
Patch by Bar Harel.

Doc/howto/urllib2.rst

index 0be740e5e9a8684ac64ef57f29863a6a4a476381..0cf62f581b6273db39b0efe669159f9266416ffe 100644 (file)
@@ -559,8 +559,7 @@ 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.
+.. [#] Google for example.
 .. [#] Browser sniffing is a very bad practise for website design - building
        sites using web standards is much more sensible. Unfortunately a lot of
        sites still send different versions to different browsers.