Skip to content

Allow third party libraries to provide new zipfile compression methods #113767

Open
@gpshead

Description

@gpshead

Feature or enhancement

Proposal:

The zipfile module comes with a few compression methods supported in the standard library. However we never provided a way for new methods to be added by third parties. We should, (a) so that we don't need to add every popular compression method to the stdlib and (b) so that people with more optimal implementations of our existing compressors can use their own implementations instead.

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions