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?

Date 2015-01-28 10:53 -0800
Subject why zip64_limit defined as 1<<31 -1?
From jesse <chat2jesse@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.18233.1422471231.18130.python-list@python.org> (permalink)

Show all headers | 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