summaryrefslogtreecommitdiffstats
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)
commit16ad5cfad391a8e7c124ccaa984a56ad123d0ab2 (patch)
treefe9a1dd71fb7c85d0d917b1f5d086d19bdcc4ffc
parent95acbcedc481dca2597a58d54910814c0300b3cd (diff)
downloadcpython-16ad5cfad391a8e7c124ccaa984a56ad123d0ab2.zip
cpython-16ad5cfad391a8e7c124ccaa984a56ad123d0ab2.tar.gz
cpython-16ad5cfad391a8e7c124ccaa984a56ad123d0ab2.tar.bz2
remove reference to PyGoogle (#25145)
Patch by Bar Harel.
-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 a824032..e3d7714 100644
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -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.