summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-09-20 18:17:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-09-20 18:17:41 (GMT)
commitc717e08720bf5643038a26d1812069b9288f18ae (patch)
tree622eb20d2ddc69ef06c0cbc4d238c32d03dbd99d /Doc
parentedc041d826f1c9901ec26f7793fb8d2911980759 (diff)
downloadcpython-c717e08720bf5643038a26d1812069b9288f18ae.zip
cpython-c717e08720bf5643038a26d1812069b9288f18ae.tar.gz
cpython-c717e08720bf5643038a26d1812069b9288f18ae.tar.bz2
remove reference to PyGoogle (#25145)
Patch by Bar Harel.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/urllib2.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
index 0be740e..0cf62f5 100644
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -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.