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

Fix .egg-info metadata support for zipimport #2490

Merged
merged 3 commits into from
Jan 16, 2021
Merged

Fix .egg-info metadata support for zipimport #2490

merged 3 commits into from
Jan 16, 2021

Commits on Dec 21, 2020

  1. Failing test for pypa#2489

    thatch committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    44d45ae View commit details
    Browse the repository at this point in the history
  2. Find .egg-info in zipimport too

    Fixes pypa#2489
    thatch committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    c3019cf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Rely on tuple argument to endswith

    Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    jaraco and webknjaz authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b31105b View commit details
    Browse the repository at this point in the history