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


Groups > comp.lang.python > #84787

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

References <CAE6kErhvOus7igddqKMLaJ=NdqNT9b=EUfuPVk0NAH-5U0PiNA@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2015-01-28 14:50 -0700
Subject Re: why zip64_limit defined as 1<<31 -1?
Newsgroups comp.lang.python
Message-ID <mailman.18243.1422481863.18130.python-list@python.org> (permalink)

Show all headers | View raw


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/

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


Thread

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

csiph-web