Navigation Menu

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

Add missing ZipFile constructor arguments #3414

Merged
merged 2 commits into from Oct 30, 2019
Merged

Conversation

srittau
Copy link
Collaborator

@srittau srittau commented Oct 28, 2019

Closes: #3413

file: Union[_Path, IO[bytes]],
mode: Text = ...,
compression: int = ...,
allowZip64: bool = ...,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're not doing great on consistent naming of parameters here.

@JelleZijlstra JelleZijlstra merged commit 4770059 into python:master Oct 30, 2019
@srittau srittau deleted the zipfile branch October 30, 2019 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZipFile stub is incorrect for Python3, does not support compressionlevel
2 participants