cpython: 7f76c7d853be (original) (raw)

Mercurial > cpython

changeset 98087:7f76c7d853be 3.5

merge 3.4 (#25145) [#25145]

Benjamin Peterson benjamin@python.org
date Sun, 20 Sep 2015 23🔞51 +0500
parents 594d3db80d04(current diff)2efd269b3eb8(diff)
children 54ea36ce6eab 605dffe0972c
files
diffstat 1 files changed, 2 insertions(+), 3 deletions(-)[+] [-] Doc/howto/urllib2.rst 5

line wrap: on

line diff

--- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -174,7 +174,7 @@ Explorer [#]_. :: import urllib.request url = 'http://www.someserver.com/cgi-bin/register.cgi'[](#l1.6)

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