Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19636 > unrolled thread

python zipfile v. native unzip

Started byJason Friedman <jason@powerpull.net>
First post2012-01-31 13:41 +0000
Last post2012-01-31 13:41 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  python zipfile v. native unzip Jason Friedman <jason@powerpull.net> - 2012-01-31 13:41 +0000

#19636 — python zipfile v. native unzip

FromJason Friedman <jason@powerpull.net>
Date2012-01-31 13:41 +0000
Subjectpython zipfile v. native unzip
Message-ID<mailman.5241.1328017293.27778.python-list@python.org>
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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web