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

stdlib - shutil.make_archive - add support for different ZIP compression method #80951

Open
OwenChia mannequin opened this issue May 1, 2019 · 2 comments
Open

stdlib - shutil.make_archive - add support for different ZIP compression method #80951

OwenChia mannequin opened this issue May 1, 2019 · 2 comments
Labels
3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@OwenChia
Copy link
Mannequin

OwenChia mannequin commented May 1, 2019

BPO 36770
Nosy @giampaolo, @tarekziade, @matrixise, @OwenChia
PRs
  • bpo-36770: add feature for shutil.make_archive #13447
  • Files
  • shutil.make_archive.patch: shutil.make_archive - add support for different ZIP compression method
  • 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 = None
    created_at = <Date 2019-05-01.14:36:08.449>
    labels = ['3.8', 'type-feature', 'library']
    title = 'stdlib - shutil.make_archive - add support for different ZIP compression method'
    updated_at = <Date 2019-05-20.16:26:40.140>
    user = 'https://github.com/OwenChia'

    bugs.python.org fields:

    activity = <Date 2019-05-20.16:26:40.140>
    actor = 'python-dev'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2019-05-01.14:36:08.449>
    creator = 'owenchia'
    dependencies = []
    files = ['48293']
    hgrepos = []
    issue_num = 36770
    keywords = ['patch']
    message_count = 2.0
    messages = ['341201', '342699']
    nosy_count = 4.0
    nosy_names = ['giampaolo.rodola', 'tarek', 'matrixise', 'owenchia']
    pr_nums = ['13447']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36770'
    versions = ['Python 3.8']

    @OwenChia
    Copy link
    Mannequin Author

    OwenChia mannequin commented May 1, 2019

    if you just want to use different zip compression method, no need to rewrite entire _make_zipfile function.

    e.g.
    >>> shutil.make_archive('archive', 'zip_lzma', '/path/to/whatever')

    @OwenChia OwenChia mannequin added 3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 1, 2019
    @matrixise
    Copy link
    Member

    Hi @OwenChia

    Thanks for your contribution!

    The project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

    CLA: https://www.python.org/psf/contrib/contrib-form/

    Could you create a PR on Github with your patch? In your bpo account, do not forget to assign your github account to your bpo account with the right value

    Thank you

    @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.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    Status: No status
    Development

    No branches or pull requests

    1 participant