Does Python need a '>>>' operator?

Martin v. Löwis loewis at informatik.hu-berlin.de
Mon Apr 15 07:21:12 EDT 2002


David Eppstein <eppstein at ics.uci.edu> writes:

> Is there some way of getting the arithmetic meaning now, without a 
> warning, using a __future__ import?

Not with a future import. You can convert all numbers to longs
explicitly; that will work in all Python versions.

Regards,
Martin



More information about the Python-list mailing list