On 2006-06-15, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Grant Edwards wrote:
>
>>> Firstly, a FAR more common assumption is that integers wrap in twos'
>>> complement - Python does not do that.
>> 
>> It used to
>
> for integers ?  what version was that ?

Am I remebering incorrectly?  Didn't the old fixed-width
integers operate modulo-wordsize?  I distinctly remember having
to rewrite a bunch of checksum code when fixed-width integers
went away.

-- 
Grant Edwards                   grante             Yow!  My uncle Murray
                                  at               conquered Egypt in 53
                               visi.com            B.C. And I can prove
                                                   it too!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to