[issue8688] distutils sdist is too laze w.r.t. recalculating MANIFEST

2010-08-10 Thread J . David Ibáñez
J. David Ibáñez added the comment: This issue has broken our build system too. A bug has been fixed, but another one is open now. If the MANIFEST file has been produced by distutils it should be regenerated each time. But if it has not been produced by distutils then it should not

[issue1202] zlib.crc32() and adler32() return value

2009-04-06 Thread J. David Ibáñez
J. David Ibáñez added the comment: There it is. -- Added file: http://bugs.python.org/file13630/Document.odt ___ Python tracker <http://bugs.python.org/issue1

[issue1202] zlib.crc32() and adler32() return value

2009-01-08 Thread J. David Ibáñez
J. David Ibáñez added the comment: I believe I have hit this bug. With Python 2.6.1 in a Gentoo Linux 64 bits. This code: from zipfile import ZipFile inzip = ZipFile('Document.odt') outzip = ZipFile('out.zip', 'w') for f in inzip.infolist():