From: Benjamin Peterson Date: Sun, 20 Sep 2015 18:17:41 +0000 (+0500) Subject: remove reference to PyGoogle (#25145) X-Git-Tag: v3.5.1rc1~322^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16ad5cfad391a8e7c124ccaa984a56ad123d0ab2;p=thirdparty%2FPython%2Fcpython.git remove reference to PyGoogle (#25145) Patch by Bar Harel. --- diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index a82403267c9d..e3d77142f4e4 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 `_ 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.