[Python-checkins] r46058 - python/trunk/Doc/howto/urllib2.rst

george.yoshida python-checkins at python.org
Sat May 20 20:07:26 CEST 2006


Author: george.yoshida
Date: Sat May 20 20:07:26 2006
New Revision: 46058

Modified:
   python/trunk/Doc/howto/urllib2.rst
Log:
Apply patch #1492147 from Mike Foord.


Modified: python/trunk/Doc/howto/urllib2.rst
==============================================================================
--- python/trunk/Doc/howto/urllib2.rst	(original)
+++ python/trunk/Doc/howto/urllib2.rst	Sat May 20 20:07:26 2006
@@ -453,7 +453,7 @@
 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


More information about the Python-checkins mailing list