Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19636
| Date | 2012-01-31 13:41 +0000 |
|---|---|
| Subject | python zipfile v. native unzip |
| From | Jason Friedman <jason@powerpull.net> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5241.1328017293.27778.python-list@python.org> (permalink) |
Does Python 2.7's zipfile module use its own algorithm or does it leverage the zip/unzip libraries that exist on the host? I ask because my host's native unzip program cannot handle files that, when unzipped, are larger than 2GB. Will using Python 2.7 get around this limitation?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
python zipfile v. native unzip Jason Friedman <jason@powerpull.net> - 2012-01-31 13:41 +0000
csiph-web