[issue11981] dupe self.fp.tell() in zipfile.ZipFile.writestr
Alan McIntyre
report at bugs.python.org
Tue Sep 13 16:06:46 CEST 2011
Alan McIntyre <alan.mcintyre at gmail.com> added the comment:
I also can't see any file operations that might occur between the two .tell() calls, and a full test pass (including test_zipfile64) on the py3k development branch doesn't turn up any problems on Linux (2.6.38, x86_64) for me, so I agree the second .tell() could be removed.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11981>
_______________________________________
More information about the Python-bugs-list
mailing list