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

Support path-like objects in zipapp #74087

Closed
serhiy-storchaka opened this issue Mar 25, 2017 · 2 comments
Closed

Support path-like objects in zipapp #74087

serhiy-storchaka opened this issue Mar 25, 2017 · 2 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 29901
Nosy @pfmoore, @serhiy-storchaka
PRs
  • bpo-29901: Improve support of path-like objects in zipapp. #815
  • 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 2017-03-25.11:06:40.479>
    created_at = <Date 2017-03-25.09:34:25.685>
    labels = ['3.7', 'type-feature', 'library']
    title = 'Support path-like objects in zipapp'
    updated_at = <Date 2017-03-25.11:06:40.479>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-03-25.11:06:40.479>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-03-25.11:06:40.479>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-03-25.09:34:25.685>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29901
    keywords = []
    message_count = 2.0
    messages = ['290470', '290478']
    nosy_count = 2.0
    nosy_names = ['paul.moore', 'serhiy.storchaka']
    pr_nums = ['815']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29901'
    versions = ['Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch simplifies support of pathlib.Path in zipapp. As a side effect zipapp now supports other path-like objects, not just pathlib.Path.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 25, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 4aec9a8 by Serhiy Storchaka in branch 'master':
    bpo-29901: Improve support of path-like objects in zipapp. (#815)
    4aec9a8

    @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.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant