Mark Dickinson <[email protected]> added the comment: I don't know the zipfile module very well (i.e., at all), but as far as I can tell from looking at the source, there's no use of struct.pack('L', -1) in 2.6 onwards: it's only potentially a problem in 2.5 (and that isn't going to change, now that 2.5 is in security-fix only mode).
Can anyone who understands the zipfile module better than me confirm this? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4228> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
