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: add unpack_archive to shutil
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: tarek Nosy List: eric.araujo, tarek
Priority: normal Keywords:

Created on 2010-04-02 23:25 by tarek, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg102212 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-04-02 23:25
unpack_archive is the reverse operation of make_archive and works the same way: it has a registery of function for each archive format.
msg104444 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-04-28 17:52
done in r80589
History
Date User Action Args
2022-04-11 14:56:59adminsetgithub: 52542
2010-04-28 17:52:01tareksetstatus: open -> closed

messages: + msg104444
2010-04-21 22:23:06eric.araujosetresolution: accepted
2010-04-21 22:08:22eric.araujosetnosy: + eric.araujo
resolution: accepted -> (no value)
2010-04-20 14:33:25tareksetresolution: accepted
versions: - Python 2.7
2010-04-02 23:25:58tarekcreate