diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 08:37:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 08:37:43 (GMT) |
commit | 9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb (patch) | |
tree | c74a4c18f6975968babf2af5cbb6030534710280 /Doc/howto/urllib2.rst | |
parent | 77fe77d4af87b29ce36fc6d20a097ccb9cd08f76 (diff) | |
download | cpython-9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb.zip cpython-9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb.tar.gz cpython-9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb.tar.bz2 |
Fixing broken links in doc, part 2: howto/
Diffstat (limited to 'Doc/howto/urllib2.rst')
-rw-r--r-- | Doc/howto/urllib2.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 1f0eb7d..abec053 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -573,9 +573,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. See - `Voidspace Google <http://www.voidspace.org.uk/python/recipebook.shtml#google>`_ - for some examples of using the Google API. + is to use `PyGoogle <http://pygoogle.sourceforge.net>`_ of course. .. [#] 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. @@ -589,5 +587,5 @@ This document was reviewed and revised by John Lee. scripts with a localhost server, I have to prevent urllib from using the proxy. .. [#] urllib opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe - <http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/456195>`_. + <http://code.activestate.com/recipes/456195/>`_. |