XMLRPCServer issues

looping kadeko at gmail.com
Mon Mar 27 09:35:59 EST 2006


Fredrik Lundh wrote:
> "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>

OK, I will remove my MAXINT hack and convert value to string.

Thanks everybody for your fast answers, nice group with nice (and
brillant) people.
See you later for my next question.




More information about the Python-list mailing list