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


Groups > comp.lang.python > #84780

why zip64_limit defined as 1<<31 -1?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <chat2jesse@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.177
X-Spam-Level *
X-Spam-Evidence '*H*': 0.67; '*S*': 0.02; 'archive': 0.14; 'file.': 0.24; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'should': 0.36; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'zip': 0.64
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RrEycz9sU+xgI1tCL58o1LwzC3EjKraLTfQ0+lzzBdM=; b=oZwieLRm3rGDJOPafnE3r5DMcP0Hx9P1xvW7v+FnoeqeuNe8DcIn+OSw3lAl/HlQTU BsLVfmoYiTaG/GxjSjz/bbn7T+iZEcha7ftAB20Y6WxUAjR+sC5d6HovuN/9H+2xsj5Q 7hyPoBQ+EkS79qNJUowjWsxcloxtdRHko6UdGpAsAQwe20r2ciHlWXhZhfpY2+VTkQj7 tSnkFzh1R0zulvVdveIp2y0ZHWRuk/oL5/dyXHhLMWd/ma2OGhJRo8G3Mt6fXcev6bSA RVHM1NRADYg4uHpE2a8mO/+9A1GETguvP5kZxlzY0hgHor4eRczpydCcD7ISoIFPk3WQ uyNg==
MIME-Version 1.0
X-Received by 10.180.105.68 with SMTP id gk4mr9863566wib.30.1422471223967; Wed, 28 Jan 2015 10:53:43 -0800 (PST)
Date Wed, 28 Jan 2015 10:53:43 -0800
Subject why zip64_limit defined as 1<<31 -1?
From jesse <chat2jesse@gmail.com>
To python-list@python.org
Content-Type multipart/alternative; boundary=f46d04426a60020615050dbae4e5
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18233.1422471231.18130.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1422471231 news.xs4all.nl 2932 [2001:888:2000:d::a6]:46683
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:84780

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

should not it be 1<<32 -1(4g)?

normal zip archive format should be able to support 4g file.

thanks

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

why zip64_limit defined as 1<<31 -1? jesse <chat2jesse@gmail.com> - 2015-01-28 10:53 -0800

csiph-web