From: Christoph Date: 2002-06-15T05:34:40+09:00 Subject: RE: Bignum bug > -----Original Message----- > From: Yukihiro Matsumoto [mailto:matz@ruby-lang.org] > Sent: Friday, June 14, 2002 5:45 AM > To: ruby-core@ruby-lang.org > Subject: Re: Bignum bug > > Hi, > > In message "RE: Bignum bug" > on 02/06/14, "Christoph" writes: > > |> You get the same result from Python too. > |> > |> 10L**400 + 10L**400 > 0.0 + 10L**400 # false > | > |Which version are you using? > > I was using Python 2.1.3. ``Googleing around'' I found www.python.org/2.2/bugs.html which mentions this difference in behavior in the section ``Incompatibilities between Python 2.1[.1] and Python 2.2'' /Christoph