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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
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']
The text was updated successfully, but these errors were encountered:
According to PEP-519, it should. I'll submit a PR soon.
Sorry, something went wrong.
New changeset a12df7b by Brett Cannon (Jelle Zijlstra) in branch 'master': bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) a12df7b
Thanks for the patch (and patience), Jelle!
No branches or pull requests
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: