shutil.unpack_archive doesn't support PathLike

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']