diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-20 18:07:26 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-20 18:07:26 (GMT) |
commit | b688b6c30aae2ba2ae8d51d6ce0ed9d882b939e1 (patch) | |
tree | c20785356536eef341436a8a14ac50df42b1fc3c | |
parent | 5c6a5ecddf8fa72ef07bbdf631ddca989d7fccec (diff) | |
download | cpython-b688b6c30aae2ba2ae8d51d6ce0ed9d882b939e1.zip cpython-b688b6c30aae2ba2ae8d51d6ce0ed9d882b939e1.tar.gz cpython-b688b6c30aae2ba2ae8d51d6ce0ed9d882b939e1.tar.bz2 |
Apply patch #1492147 from Mike Foord.
-rw-r--r-- | Doc/howto/urllib2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 4cba6e9..06c81d5 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -453,7 +453,7 @@ Basic Authentication To illustrate creating and installing a handler we will use the ``HTTPBasicAuthHandler``. For a more detailed discussion of this subject - including an explanation of how Basic Authentication works - -see the `Basic Authentication Tutorial`_. +see the `Basic Authentication Tutorial <http://www.voidspace.org.uk/python/articles/authentication.shtml>`_. When authentication is required, the server sends a header (as well as the 401 error code) requesting authentication. This specifies the |