cpython: 2efd269b3eb8 (original) (raw)

Mercurial > cpython

changeset 98084:2efd269b3eb8 3.4

remove reference to PyGoogle (#25145) Patch by Bar Harel. [#25145]

Benjamin Peterson benjamin@python.org
date Sun, 20 Sep 2015 23:17:41 +0500
parents 1fcdca298be9
children 7f76c7d853be 2d808b72996d
files Doc/howto/urllib2.rst
diffstat 1 files changed, 1 insertions(+), 2 deletions(-)[+] [-] Doc/howto/urllib2.rst 3

line wrap: on

line diff

--- 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

+.. [#] 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.