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

Update zipfile.Path with zipp 3.0 #83848

Closed
jaraco opened this issue Feb 17, 2020 · 4 comments
Closed

Update zipfile.Path with zipp 3.0 #83848

jaraco opened this issue Feb 17, 2020 · 4 comments
Labels
3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir

Comments

@jaraco
Copy link
Member

jaraco commented Feb 17, 2020

BPO 39667
Nosy @jaraco, @miss-islington
PRs
  • bpo-39667: Sync zipp 3.0 #18540
  • [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) #18701
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2020-04-15.18:46:11.793>
    created_at = <Date 2020-02-17.22:34:41.823>
    labels = ['3.8', 'library', '3.9']
    title = 'Update zipfile.Path with zipp 3.0'
    updated_at = <Date 2020-04-15.18:46:11.792>
    user = 'https://github.com/jaraco'

    bugs.python.org fields:

    activity = <Date 2020-04-15.18:46:11.792>
    actor = 'jaraco'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-04-15.18:46:11.793>
    closer = 'jaraco'
    components = ['Library (Lib)']
    creation = <Date 2020-02-17.22:34:41.823>
    creator = 'jaraco'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39667
    keywords = ['patch']
    message_count = 4.0
    messages = ['362158', '362988', '366538', '366539']
    nosy_count = 2.0
    nosy_names = ['jaraco', 'miss-islington']
    pr_nums = ['18540', '18701']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39667'
    versions = ['Python 3.8', 'Python 3.9']

    @jaraco
    Copy link
    Member Author

    jaraco commented Feb 17, 2020

    zipp 3.0 includes enhanced support for the .open() method as well as performance improvements in 2.2.1 (https://zipp.readthedocs.io/en/latest/history.html).

    @jaraco jaraco added 3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir labels Feb 17, 2020
    @jaraco jaraco changed the title Update zipfile.Path with zipfile 3.0 Update zipfile.Path with zipp 3.0 Feb 17, 2020
    @jaraco jaraco changed the title Update zipfile.Path with zipfile 3.0 Update zipfile.Path with zipp 3.0 Feb 17, 2020
    @jaraco
    Copy link
    Member Author

    jaraco commented Feb 29, 2020

    New changeset 0aeab5c by Jason R. Coombs in branch 'master':
    bpo-39667: Sync zipp 3.0 (GH-18540)
    0aeab5c

    @jaraco
    Copy link
    Member Author

    jaraco commented Apr 15, 2020

    New changeset 3e72de9 by Miss Islington (bot) in branch '3.8':
    [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
    3e72de9

    @jaraco
    Copy link
    Member Author

    jaraco commented Apr 15, 2020

    In the 3.8 backport, I retained API compatibility and backported only the performance improvement code.

    @jaraco jaraco closed this as completed Apr 15, 2020
    @jaraco jaraco closed this as completed Apr 15, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant