[Python-checkins] cpython (merge 3.5 -> default): Issue #26580: Remove outdated reference to ftpmirror

berker.peksag python-checkins at python.org
Fri Mar 18 08:25:26 EDT 2016


https://hg.python.org/cpython/rev/48e106bf2add
changeset:   100585:48e106bf2add
parent:      100583:7b079adb0774
parent:      100584:23ad18068814
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Mar 18 14:26:29 2016 +0200
summary:
  Issue #26580: Remove outdated reference to ftpmirror

Patch by SilentGhost.

files:
  Doc/library/ftplib.rst |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst
--- a/Doc/library/ftplib.rst
+++ b/Doc/library/ftplib.rst
@@ -148,12 +148,6 @@
       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:
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list