]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make struct formats for specifying file size to be unsigned instead of signed
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 19:09:20 +0000 (19:09 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 19:09:20 +0000 (19:09 +0000)
commitff450f7512900eb883576109b53f0aa3ebc76a0a
tree2387b44b4e6d9b9bee18d6c322493259b0fcf2ef
parent64ed298d7add0fb12060bf653915538760d53592
Make struct formats for specifying file size to be unsigned instead of signed
(ZIP file spec. says in section K, "General notes" in point 1 that unless
specified otherwise values are unsigned and they are not specified as signed in
the spec).

Closes bug #679953.  Thanks Jimmy Burgett.
Lib/zipfile.py