anydbm - a simple question

Michael Hudson mwh21 at cam.ac.uk
Mon Jan 24 11:50:31 EST 2000


Randall Hopper <aa8vb at yahoo.com> writes:

> On a related not, another rough spot in non-uniform long int support
> cropped up in another thread just recently:
> 
>     >>> str( 0x80000000L )
>     '2147483648L'
>     >>> "%ld" % 0x80000000L
>     OverflowError: long int too long to convert
> 
> Hopefully long int support is on the Python v2 list of wrinkles to smooth.

1.6, I'd hope.

Cheers,
Michael



More information about the Python-list mailing list