This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:45adminsetgithub: 74404
2017-05-05 21:27:58brett.cannonsetmessages: + msg293142
2017-05-05 21:27:43brett.cannonsetstatus: open -> closed
resolution: fixed
stage: resolved
2017-05-05 21:27:14brett.cannonsetmessages: + msg293141
2017-04-30 22:00:11JelleZijlstrasetpull_requests: + pull_request1476
2017-04-30 21:50:48JelleZijlstracreate