Skip to content
New issue

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

add unpack_archive to shutil #52542

Closed
tarekziade mannequin opened this issue Apr 2, 2010 · 2 comments
Closed

add unpack_archive to shutil #52542

tarekziade mannequin opened this issue Apr 2, 2010 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Apr 2, 2010

BPO 8295
Nosy @tarekziade, @merwok

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 = 'https://github.com/tarekziade'
closed_at = <Date 2010-04-28.17:52:01.124>
created_at = <Date 2010-04-02.23:25:58.104>
labels = ['type-feature', 'library']
title = 'add unpack_archive to shutil'
updated_at = <Date 2010-04-28.17:52:01.123>
user = 'https://github.com/tarekziade'

bugs.python.org fields:

activity = <Date 2010-04-28.17:52:01.123>
actor = 'tarek'
assignee = 'tarek'
closed = True
closed_date = <Date 2010-04-28.17:52:01.124>
closer = 'tarek'
components = ['Library (Lib)']
creation = <Date 2010-04-02.23:25:58.104>
creator = 'tarek'
dependencies = []
files = []
hgrepos = []
issue_num = 8295
keywords = []
message_count = 2.0
messages = ['102212', '104444']
nosy_count = 2.0
nosy_names = ['tarek', 'eric.araujo']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue8295'
versions = ['Python 3.2', 'Python 3.3']

@tarekziade
Copy link
Mannequin Author

tarekziade mannequin commented Apr 2, 2010

unpack_archive is the reverse operation of make_archive and works the same way: it has a registery of function for each archive format.

@tarekziade tarekziade mannequin self-assigned this Apr 2, 2010
@tarekziade tarekziade mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Apr 2, 2010
@tarekziade
Copy link
Mannequin Author

tarekziade mannequin commented Apr 28, 2010

done in r80589

@tarekziade tarekziade mannequin closed this as completed Apr 28, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

0 participants