From 4dc2c33fd56175c59ecb0aa8b49678c2ba9fd525 Mon Sep 17 00:00:00 2001 From: OmerFI <54645034+OmerFI@users.noreply.github.com> Date: Fri, 13 May 2022 00:12:51 +0300 Subject: [PATCH] Remove broken link in urllib2 documentation --- Doc/howto/urllib2.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 12d525771ddc28..7f9399c8ce8f1a 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -17,15 +17,6 @@ Introduction ============ -.. sidebar:: Related Articles - - You may also find useful the following article on fetching web resources - with Python: - - * `Basic Authentication `_ - - A tutorial on *Basic Authentication*, with examples in Python. - **urllib.request** is a Python module for fetching URLs (Uniform Resource Locators). It offers a very simple interface, in the form of the *urlopen* function. This is capable of fetching URLs using a variety of