From: Berker Peksag <berker.peksag@gmail.com>
Date: Fri, 18 Mar 2016 12:26:08 +0000 (+0200)
Subject: Issue #26580: Remove outdated reference to ftpmirror
X-Git-Tag: v3.6.0a1~446^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42f8548c89297d746df47294623d8b5ef6a8cf2f;p=python

Issue #26580: Remove outdated reference to ftpmirror

Patch by SilentGhost.
---

diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst
index 67a603b505..db435b1ba1 100644
--- a/Doc/library/ftplib.rst
+++ b/Doc/library/ftplib.rst
@@ -148,12 +148,6 @@ The module defines the following items:
       typically used by FTP clients to load user authentication information
       before prompting the user.
 
-   .. index:: single: ftpmirror.py
-
-   The file :file:`Tools/scripts/ftpmirror.py` in the Python source distribution is
-   a script that can mirror FTP sites, or portions thereof, using the :mod:`ftplib`
-   module. It can be used as an extended example that applies this module.
-
 
 .. _ftp-objects: