]> 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 a82403267c9d6ada7187b947e2e9eae85d58dccc..e3d77142f4e4b9ab3c6ca937ad2e8fcf4bd938dd 100644 (file)
@@ -572,8 +572,7 @@ Footnotes
 
 This document was reviewed and revised by John Lee.
 
-.. [#] 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.