Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #84780 > unrolled thread
| Started by | jesse <chat2jesse@gmail.com> |
|---|---|
| First post | 2015-01-28 10:53 -0800 |
| Last post | 2015-01-28 10:53 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
why zip64_limit defined as 1<<31 -1? jesse <chat2jesse@gmail.com> - 2015-01-28 10:53 -0800
| From | jesse <chat2jesse@gmail.com> |
|---|---|
| Date | 2015-01-28 10:53 -0800 |
| Subject | why 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
Back to top | Article view | comp.lang.python
csiph-web