Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for ftplib still references ftpmirror.py #70767

Closed
tritium21 mannequin opened this issue Mar 17, 2016 · 4 comments
Closed

Documentation for ftplib still references ftpmirror.py #70767

tritium21 mannequin opened this issue Mar 17, 2016 · 4 comments
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@tritium21
Copy link
Mannequin

tritium21 mannequin commented Mar 17, 2016

BPO 26580
Nosy @berkerpeksag, @tritium21
Files
  • issue26580.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2016-03-18.12:26:49.027>
    created_at = <Date 2016-03-17.11:52:24.582>
    labels = ['type-bug', 'docs']
    title = 'Documentation for ftplib still references ftpmirror.py'
    updated_at = <Date 2016-03-18.12:26:49.025>
    user = 'https://github.com/tritium21'

    bugs.python.org fields:

    activity = <Date 2016-03-18.12:26:49.025>
    actor = 'berker.peksag'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2016-03-18.12:26:49.027>
    closer = 'berker.peksag'
    components = ['Documentation']
    creation = <Date 2016-03-17.11:52:24.582>
    creator = 'tritium'
    dependencies = []
    files = ['42187']
    hgrepos = []
    issue_num = 26580
    keywords = ['patch']
    message_count = 4.0
    messages = ['261908', '261918', '261970', '261971']
    nosy_count = 5.0
    nosy_names = ['SilentGhost', 'docs@python', 'python-dev', 'berker.peksag', 'tritium']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue26580'
    versions = ['Python 3.5', 'Python 3.6']

    @tritium21
    Copy link
    Mannequin Author

    tritium21 mannequin commented Mar 17, 2016

    in bpo-23130 ftpmirror.py was removed from the python source distribution. The documentation still references this, and sends people looking for the file (ostensibly as an example of how to use ftplib).

    @tritium21 tritium21 mannequin assigned docspython Mar 17, 2016
    @tritium21 tritium21 mannequin added the docs Documentation in the Doc dir label Mar 17, 2016
    @SilentGhost
    Copy link
    Mannequin

    SilentGhost mannequin commented Mar 17, 2016

    This patch removes the offending paragraph.

    @SilentGhost SilentGhost mannequin added the type-bug An unexpected behavior, bug, or error label Mar 17, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Mar 18, 2016

    New changeset 23ad18068814 by Berker Peksag in branch '3.5':
    Issue bpo-26580: Remove outdated reference to ftpmirror
    https://hg.python.org/cpython/rev/23ad18068814

    New changeset 48e106bf2add by Berker Peksag in branch 'default':
    Issue bpo-26580: Remove outdated reference to ftpmirror
    https://hg.python.org/cpython/rev/48e106bf2add

    @berkerpeksag
    Copy link
    Member

    Thanks!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant