Paul Langevin <[EMAIL PROTECTED]> wrote:
>  the download page (http://www.python.org/download/releases/3.0/) for=20
>  Python 3000 shows :
> 
>  9119625244b17aa35ed94b655a2b2135  13491200  python-3.0b1.msi
> 
>  but I got
> 
>  9119625244a57aa35ed94b655a2b2135  13491200  python-3.0b1.msi
> 
>  (44a57 rather than 44b17 )

I downloaded the file with firefox on linux.  My md5sum agrees with
yours.  I'd say there is a typo on the downloads page as the chance of
an incorrect file with an md5sum which differs by only 2 bits is
astronomically small.

  >>> "%X" % (0x9119625244b17aa35ed94b655a2b2135 ^ 
0x9119625244a57aa35ed94b655a2b2135)
  '1400000000000000000000'
  >>>

-- 
Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick
_______________________________________________
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