Skip to content

Commit 4dc2c33

Browse files
authored
Remove broken link in urllib2 documentation
1 parent 83c0247 commit 4dc2c33

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Doc/howto/urllib2.rst

-9
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
Introduction
1818
============
1919

20-
.. sidebar:: Related Articles
21-
22-
You may also find useful the following article on fetching web resources
23-
with Python:
24-
25-
* `Basic Authentication <http://www.voidspace.org.uk/python/articles/authentication.shtml>`_
26-
27-
A tutorial on *Basic Authentication*, with examples in Python.
28-
2920
**urllib.request** is a Python module for fetching URLs
3021
(Uniform Resource Locators). It offers a very simple interface, in the form of
3122
the *urlopen* function. This is capable of fetching URLs using a variety of

0 commit comments

Comments
 (0)