]> granicus.if.org Git - python/commit
Fix the struct module DeprecationWarnings that zipfile was triggering by
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 19 Mar 2008 03:14:41 +0000 (03:14 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 19 Mar 2008 03:14:41 +0000 (03:14 +0000)
commitbf02e3bb21b2d75cba4ce409a14ae64dbc2dd6d2
treedada01c02576abbb6b0dbe1307500b9a7d420ed0
parent14cae96fa686cbddfd1df8dde8af22d6c6cda956
Fix the struct module DeprecationWarnings that zipfile was triggering by
removing all use of signed struct values.

test_zipfile and test_zipfile64 pass.  no more warnings.
Lib/zipfile.py