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

Éric Araujo report at bugs.python.org
Fri Nov 12 03:01:12 CET 2010


Éric Araujo <merwok at 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.  distutils2 does, and I’m sure other tools like pip are doing the same thing.  Does that address your concern?

----------
components: +Distutils2 -Distutils
nosy: +alexis, eric.araujo
versions: +3rd party -Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8561>
_______________________________________


More information about the Python-bugs-list mailing list