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

shutil.unpack_archive doesn't support PathLike #74404

Closed
JelleZijlstra opened this issue Apr 30, 2017 · 3 comments
Closed

shutil.unpack_archive doesn't support PathLike #74404

JelleZijlstra opened this issue Apr 30, 2017 · 3 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir

Comments

@JelleZijlstra
Copy link
Member

BPO 30218
Nosy @brettcannon, @tarekziade, @JelleZijlstra
PRs
  • bpo-30218: support PathLike in shutil.unpack_archive #1367
  • 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-05-05.21:27:43.011>
    created_at = <Date 2017-04-30.21:50:48.042>
    labels = ['3.7', 'library']
    title = "shutil.unpack_archive doesn't support PathLike"
    updated_at = <Date 2017-05-05.21:27:58.888>
    user = 'https://github.com/JelleZijlstra'

    bugs.python.org fields:

    activity = <Date 2017-05-05.21:27:58.888>
    actor = 'brett.cannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-05-05.21:27:43.011>
    closer = 'brett.cannon'
    components = ['Library (Lib)']
    creation = <Date 2017-04-30.21:50:48.042>
    creator = 'JelleZijlstra'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30218
    keywords = []
    message_count = 3.0
    messages = ['292642', '293141', '293142']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'tarek', 'JelleZijlstra']
    pr_nums = ['1367']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue30218'
    versions = ['Python 3.6', 'Python 3.7']

    @JelleZijlstra
    Copy link
    Member Author

    According to PEP-519, it should. I'll submit a PR soon.

    @JelleZijlstra JelleZijlstra added 3.7 (EOL) end of life stdlib Python modules in the Lib dir labels Apr 30, 2017
    @brettcannon
    Copy link
    Member

    New changeset a12df7b by Brett Cannon (Jelle Zijlstra) in branch 'master':
    bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
    a12df7b

    @brettcannon
    Copy link
    Member

    Thanks for the patch (and patience), Jelle!

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants