Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'system?': 0.07; 'python': 0.08; 'subject:python': 0.10; 'am,': 0.12; '2.7': 0.13; 'algorithm': 0.13; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; "host's": 0.16; 'zipfile': 0.16; 'wrote:': 0.16; 'header:In-Reply-To:1': 0.22; 'libraries': 0.24; 'module': 0.26; 'does': 0.32; 'that,': 0.32; 'message-id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.33; 'jason': 0.34; 'operating': 0.35; 'file': 0.35; 'received:org': 0.37; 'using': 0.37; 'received:192': 0.38; 'files': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'subject:. ': 0.64 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Wed, 01 Feb 2012 08:46:34 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: python-list@python.org Subject: Re: python zipfile v. native unzip References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328111210 news.xs4all.nl 6840 [2001:888:2000:d::a6]:35920 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19714 On 01/31/2012 06:41 AM, Jason Friedman wrote: > 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? What operating system and file system?