]> granicus.if.org Git - python/commit
ZipFile.close(): Killed one of the struct.pack deprecation
authorTim Peters <tim.peters@gmail.com>
Mon, 31 Jul 2006 02:40:23 +0000 (02:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 31 Jul 2006 02:40:23 +0000 (02:40 +0000)
commit352bf0d7ee71d401bc2d001b27c3d71c1074fc98
tree7de5540517e578e35114b5d72cde1e927a44069a
parent10183b8e40a4161ddaac792eb06d58c00f880bf4
ZipFile.close():  Killed one of the struct.pack deprecation
warnings on Win32.

Also added an XXX about the line:

                pos3 = self.fp.tell()

`pos3` is never referenced, and I have no idea what the code
intended to do instead.
Lib/zipfile.py