[issue30218] shutil.unpack_archive doesn't support PathLike

2017-05-05 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue30218] shutil.unpack_archive doesn't support PathLike

2017-05-05 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the patch (and patience), Jelle! -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue30218] shutil.unpack_archive doesn't support PathLike

2017-05-05 Thread Brett Cannon
Brett Cannon added the comment: 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

[issue30218] shutil.unpack_archive doesn't support PathLike

2017-04-30 Thread Jelle Zijlstra
Changes by Jelle Zijlstra : -- pull_requests: +1476 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30218] shutil.unpack_archive doesn't support PathLike

2017-04-30 Thread Jelle Zijlstra
New submission from Jelle Zijlstra: According to PEP 519, it should. I'll submit a PR soon. -- components: Library (Lib) messages: 292642 nosy: Jelle Zijlstra, brett.cannon, tarek priority: normal severity: normal status: open title: shutil.unpack_archive doesn't support PathLike version