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. -- http://mail.python.org/mailman/listinfo/python-list