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

GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects #92185

Merged
merged 2 commits into from
May 11, 2023

Commits on Apr 24, 2023

  1. Convert os.altsep to '/' in filenames when creating ZipInfo objects

    This causes the zipfile module to also consider the character defined by
    `os.altsep` (if there is one) to be a path separator and convert it to a
    forward slash, as defined by the zip specification.
    pR0Ps committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c0fa220 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    43da828 View commit details
    Browse the repository at this point in the history