Does Python need a '>>>' operator?

Ken Seehof kseehof at neuralintegrator.com
Mon Jun 10 10:03:00 EDT 2002


Beni Cherniavsky <cben at tx.technion.ac.il> wrote:
> On 2002-06-10, Ken Seehof wrote:
> > Unfortunately, I don't see an easy way to clean up this blemish:
> > ...
> ... This is correct behaviour ....etc.

Of course I listed the three cases together for contrast:
>>> 0xffff
65535
>>> 0xffffffff
-1
>>> 0xfffffffff
68719476735L

Obviously, only the second case is incorrect.

- Ken Seehof






More information about the Python-list mailing list