[issue27142] Default int value with xmlrpclib / xmlrpc.client

2017-11-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> rejected stage: -> resolved status: pending -> closed ___ Python tracker

[issue27142] Default int value with xmlrpclib / xmlrpc.client

2017-10-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___

[issue27142] Default int value with xmlrpclib / xmlrpc.client

2016-11-29 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: +rhettinger ___ Python tracker ___ ___

[issue27142] Default int value with xmlrpclib / xmlrpc.client

2016-11-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This format doesn't conform the XML-RPC specification. Adding the support of it is a new feature. The question is whether there is a need of this feature. Are there some common XML-RPC servers or clients that produce such format? -- type: behavior

[issue27142] Default int value with xmlrpclib / xmlrpc.client

2016-05-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: XML-RPC Specification: http://xmlrpc.scripting.com/spec.html . -- nosy: +loewis, serhiy.storchaka ___ Python tracker

[issue27142] Default int value with xmlrpclib / xmlrpc.client

2016-05-27 Thread Julien
New submission from Julien: I tried to execute the following code, but `xmlrpclib` is raising an exception: >>> import xmlrpclib >>> data = """ ... ... test_method ... ... ... ... ... ...