issues Search Results · repo:gdub/python-archive language:Python
Filter by
2 results
(92 ms)2 results
ingdub/python-archive (press backspace or delete to remove).xz support needs to be added, at least if present in stdlib, however backports also exist (also with bz2).
jayvdb
- Opened on Dec 26, 2019
- #5
This would allow something like:
with archive.Archive( files.tgz ) as files:
files.extract()
On exit of the context manager the archive file could be closed instead of relying on __del__().
icemac
- Opened on Jan 5, 2017
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.