[Python-checkins] cpython (3.4): remove reference to PyGoogle (#25145)

benjamin.peterson python-checkins at python.org
Sun Sep 20 20:19:17 CEST 2015


https://hg.python.org/cpython/rev/2efd269b3eb8
changeset:   98084:2efd269b3eb8
branch:      3.4
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 20 23:17:41 2015 +0500
summary:
  remove reference to PyGoogle (#25145)

Patch by Bar Harel.

files:
  Doc/howto/urllib2.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -572,8 +572,7 @@
 
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list