"looping" wrote:

> > 2. You might want to transmit integers as strings rather than use the
> > XML-RPC integer type (which is limited to numbers between -2147483648
> > and 2147483647).
>
> Is it a limit of XML-RPC RFC or a limit (probably with a good reason)
> of the python xmlrpclib ?

the specification defines an integer field as a "four-byte signed integer".

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to