diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-03-18 12:26:29 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-03-18 12:26:29 (GMT) |
commit | b3fe1c488f885bfde734bd352ac15acb8324dc67 (patch) | |
tree | ce343bfc84fa5a517a3f4b4e4120faa908a7da24 | |
parent | c2fc56836f6cb02ce6436d9eb0342dc595738e9d (diff) | |
parent | 42f8548c89297d746df47294623d8b5ef6a8cf2f (diff) | |
download | cpython-b3fe1c488f885bfde734bd352ac15acb8324dc67.zip cpython-b3fe1c488f885bfde734bd352ac15acb8324dc67.tar.gz cpython-b3fe1c488f885bfde734bd352ac15acb8324dc67.tar.bz2 |
Issue #26580: Remove outdated reference to ftpmirror
Patch by SilentGhost.
-rw-r--r-- | Doc/library/ftplib.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index 67a603b..db435b1 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: |