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 ourterms of serviceand privacy statement.We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-94196: Remove gzip.GzipFile.filename attribute #94197

Merged
merged 1 commit into from
Jun 24, 2022
Merged

gh-94196: Remove gzip.GzipFile.filename attribute #94197

merged 1 commit into from
Jun 24, 2022

Commits on Jun 24, 2022

  1. gh-94196:Remove gzip.GzipFile.filename attribute

    gzip: Remove the filename attribute of gzip.GzipFile,
    deprecated since Python 2.6, use the name attribute instead. In write
    mode, the filename attribute added '.gz' file extension if it was not
    present.
    vstinner committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    254a83a View commit details
    Browse the repository at this point in the history