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
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to