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


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

Re: why zip64_limit defined as 1<<31 -1?

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2015-01-28 14:50 -0700
Last post2015-01-28 14:50 -0700
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: why zip64_limit defined as 1<<31 -1? Ian Kelly <ian.g.kelly@gmail.com> - 2015-01-28 14:50 -0700

#84787 — Re: why zip64_limit defined as 1<<31 -1?

FromIan Kelly <ian.g.kelly@gmail.com>
Date2015-01-28 14:50 -0700
SubjectRe: why zip64_limit defined as 1<<31 -1?
Message-ID<mailman.18243.1422481863.18130.python-list@python.org>
On Wed, Jan 28, 2015 at 11:53 AM, jesse <chat2jesse@gmail.com> wrote:
> should not it be 1<<32 -1(4g)?
>
> normal zip archive format should be able to support 4g file.

Bugs can be filed at http://bugs.python.org/

[toc] | [standalone]


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


csiph-web