XMLRPCServer issues

Fredrik Lundh fredrik at pythonware.com
Mon Mar 27 09:23:25 EST 2006


"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>






More information about the Python-list mailing list