Issue 30218: shutil.unpack_archive doesn't support PathLike (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/74404

classification

Title: shutil.unpack_archive doesn't support PathLike
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.7, Python 3.6

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: JelleZijlstra, brett.cannon, tarek
Priority: normal Keywords:

Created on 2017-04-30 21:50 by JelleZijlstra, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1367 merged JelleZijlstra,2017-04-30 22:00
Messages (3)
msg292642 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2017-04-30 21:50
According to PEP 519, it should. I'll submit a PR soon.
msg293141 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-05-05 21:27
New changeset a12df7b7d40dbf47825917c8fa03d2c09b5a382c by Brett Cannon (Jelle Zijlstra) in branch 'master': bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) https://github.com/python/cpython/commit/a12df7b7d40dbf47825917c8fa03d2c09b5a382c
msg293142 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-05-05 21:27
Thanks for the patch (and patience), Jelle!
History
Date User Action Args
2022-04-11 14:58:45 admin set github: 74404
2017-05-05 21:27:58 brett.cannon set messages: +
2017-05-05 21:27:43 brett.cannon set status: open -> closedresolution: fixedstage: resolved
2017-05-05 21:27:14 brett.cannon set messages: +
2017-04-30 22:00:11 JelleZijlstra set pull_requests: + <pull%5Frequest1476>
2017-04-30 21:50:48 JelleZijlstra create