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

Remove the support of the exclude argument in tarfile.TarFile.add() #73396

Closed
serhiy-storchaka opened this issue Jan 8, 2017 · 2 comments
Closed
Assignees
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 29210
Nosy @gustaebel, @serhiy-storchaka
PRs
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • Files
  • remove_tarfile_add_exclude.patch
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2017-01-13.11:26:23.913>
    created_at = <Date 2017-01-08.18:22:27.817>
    labels = ['3.7', 'type-feature', 'library']
    title = 'Remove the support of the exclude argument in tarfile.TarFile.add()'
    updated_at = <Date 2017-03-31.16:36:12.503>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-03-31.16:36:12.503>
    actor = 'dstufft'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-01-13.11:26:23.913>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-01-08.18:22:27.817>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['46217']
    hgrepos = []
    issue_num = 29210
    keywords = ['patch']
    message_count = 2.0
    messages = ['285002', '285386']
    nosy_count = 3.0
    nosy_names = ['lars.gustaebel', 'python-dev', 'serhiy.storchaka']
    pr_nums = ['552']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29210'
    versions = ['Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch removes the support of the exclude argument in tarfile.TarFile.add(). It was deprecated in 2.7 and 3.2. The filter argument that supersedes it is available in all maintained releases.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jan 8, 2017
    @serhiy-storchaka serhiy-storchaka self-assigned this Jan 13, 2017
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 13, 2017

    New changeset 4e23948f2df2 by Serhiy Storchaka in branch 'default':
    Issue bpo-29210: Removed support of deprecated argument "exclude" in
    https://hg.python.org/cpython/rev/4e23948f2df2

    @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
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant