summaryrefslogtreecommitdiffstats
path: root/Doc/howto/urllib2.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-01 03:02:42 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-07-01 03:02:42 (GMT)
commitfd6400a47d546edc2e92c858c45d7a6b6787baa9 (patch)
tree9483553aad43b2c0607e0b00157e38f37333d8fb /Doc/howto/urllib2.rst
parent525168bd74c9969d4c0e5d6ff7d13c5a4804d12a (diff)
downloadcpython-fd6400a47d546edc2e92c858c45d7a6b6787baa9.zip
cpython-fd6400a47d546edc2e92c858c45d7a6b6787baa9.tar.gz
cpython-fd6400a47d546edc2e92c858c45d7a6b6787baa9.tar.bz2
Issue #13689: Remove a dead link from howto/urllib.
Diffstat (limited to 'Doc/howto/urllib2.rst')
-rw-r--r--Doc/howto/urllib2.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
index 3d5de32..584e8a6 100644
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -97,7 +97,7 @@ Data
----
Sometimes you want to send data to a URL (often the URL will refer to a CGI
-(Common Gateway Interface) script [#]_ or other web application). With HTTP,
+(Common Gateway Interface) script or other web application). With HTTP,
this is often done using what's known as a **POST** request. This is often what
your browser does when you submit a HTML form that you filled in on the web. Not
all POSTs have to come from forms: you can use a POST to transmit arbitrary data
@@ -572,8 +572,6 @@ Footnotes
This document was reviewed and revised by John Lee.
-.. [#] For an introduction to the CGI protocol see
- `Writing Web Applications in Python <http://www.pyzine.com/Issue008/Section_Articles/article_CGIOne.html>`_.
.. [#] 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>`_