Best python module for Oracle, but portable to other RDBMSes

dananrg at yahoo.com dananrg at yahoo.com
Fri Mar 3 10:01:22 EST 2006


>skip at pobox.com wrote:
> dananrg> Are you saying I'm getting the "L" as an artifact of printing?
>
> No, you're getting the "L" because you're printing a long integer.  If you
> execute
>
>     x = 872L
>     y = 872
>
> at a Python prompt, x will be a long integer and y will be an integer.  Long

Thanks Skip. Much appreciated.




More information about the Python-list mailing list