[issue8561] Install .exes generated with distutils to not do a CRC check

2010-11-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: No reply, closing. -- resolution: - wont fix stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8561

[issue8561] Install .exes generated with distutils to not do a CRC check

2010-11-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report. I think this is not specific to .exe installers, but an issue that may happen with any kind of download. PyPI publishes MD5 checksums of distributions, which should be checked by tools that download distributions.

[issue8561] Install .exes generated with distutils to not do a CRC check

2010-11-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- assignee: tarek - eric.araujo status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8561 ___

[issue8561] Install .exes generated with distutils to not do a CRC check

2010-07-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8561 ___

[issue8561] Install .exes generated with distutils to not do a CRC check

2010-04-28 Thread Nate DeSimone
New submission from Nate DeSimone nateman1...@gmail.com: During network transit, .exe generated with distutils may become corrupted. The part of the file that is a binary executable is small compared to the full package typically, so it is possible for the installer to run and lay down bad