[Python-3000] wrong md5 checksum

Paul Langevin kkwweett at hotmail.fr
Tue Jul 1 22:50:09 CEST 2008


Hi,



the download page (http://www.python.org/download/releases/3.0/) for 
Python 3000 shows :



9119625244b17aa35ed94b655a2b2135  13491200  python-3.0b1.msi



but I got



9119625244a57aa35ed94b655a2b2135  13491200  python-3.0b1.msi



(44a57 rather than 44b17 )



with several md5 checkers ( MdChecker (http://getmd5checker.com/) or a C 
 prog I've written)


Wrong md5 checksum even with Python2.5 :



import md5

m=md5.new()

message=open("python-3.0b1.msi","rb").read()

m.update(message)

m.hexdigest()



Answer : '9119625244a57aa35ed94b655a2b2135'





what's wrong ? the file or the sum ?

_________________________________________________________________
Faites vous de nouveaux amis grâce à l'annuaire des profils Messenger !
http://home.services.spaces.live.com/search/?page=searchresults&ss=true&FormId=AdvPeopleSearch&form=SPXFRM&tp=3&sc=2&pg=0&Search.DisplayName=Nom+public&search.gender=&search.age=&Search.FirstName=Pr%C3%A9nom&Search.LastName=Nom&search.location=Lieu&search.occupation=Profession&search.interests=amis&submit=Rechercher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-3000/attachments/20080701/8e5b024c/attachment.htm>


More information about the Python-3000 mailing list