Re: python 1.0 beta on DEC Alphas?

Guido.van.Rossum@cwi.nl
Mon, 17 Jan 1994 09:45:20 +0100

> if eval('9223372036854775807-1 != -01000000000000000000000'):

This line should read:

if eval('-9223372036854775807-1 != 01000000000000000000000'):

Sorry,

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>