From c717e08720bf5643038a26d1812069b9288f18ae Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 20 Sep 2015 23:17:41 +0500 Subject: [PATCH] remove reference to PyGoogle (#25145) Patch by Bar Harel. --- Doc/howto/urllib2.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 0be740e5e9..0cf62f581b 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 `_. -.. [#] Like Google for example. The *proper* way to use google from a program - is to use `PyGoogle `_ 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. -- 2.50.1