This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, nateman1352, tarek
Date 2010-11-12.02:01:11
SpamBayes Score 0.0015207944
Marked as misclassified No
Message-id <1289527272.61.0.646497031549.issue8561@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-11-12 02:01:12eric.araujosetrecipients: + eric.araujo, tarek, nateman1352, alexis
2010-11-12 02:01:12eric.araujosetmessageid: <1289527272.61.0.646497031549.issue8561@psf.upfronthosting.co.za>
2010-11-12 02:01:11eric.araujolinkissue8561 messages
2010-11-12 02:01:11eric.araujocreate