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


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

why zip64_limit defined as 1<<31 -1?

Started byjesse <chat2jesse@gmail.com>
First post2015-01-28 10:53 -0800
Last post2015-01-28 10:53 -0800
Articles 1 — 1 participant

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


Contents

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

#84780 — why zip64_limit defined as 1<<31 -1?

Fromjesse <chat2jesse@gmail.com>
Date2015-01-28 10:53 -0800
Subjectwhy zip64_limit defined as 1<<31 -1?
Message-ID<mailman.18233.1422471231.18130.python-list@python.org>

[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

[toc] | [standalone]


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


csiph-web