]> granicus.if.org Git - python/commit
ZipFile.close(): Kill the other struct.pack deprecation
authorTim Peters <tim.peters@gmail.com>
Mon, 31 Jul 2006 02:53:03 +0000 (02:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 31 Jul 2006 02:53:03 +0000 (02:53 +0000)
commitf79c32dbfb063703a0474b13dd87bbaa4587d5e6
tree6e0fb0048d257071171e08cdbbc8867c2a0f37ea
parent352bf0d7ee71d401bc2d001b27c3d71c1074fc98
ZipFile.close():  Kill the other struct.pack deprecation
warning on Windows.

Afraid I can't detect a pattern to when the pack formats decide
to use a signed or unsigned format code -- appears nearly
arbitrary to my eyes.  So I left all the pack formats alone and
changed the special-case data values instead.
Lib/zipfile.py