This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients loewis, serhiy.storchaka
Date 2016-04-29.15:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461943983.79.0.576979457392.issue26885@psf.upfronthosting.co.za>
In-reply-to
Content
Apache XML-RPC server supports additional data types (http://ws.apache.org/xmlrpc/types.html). Proposed patch adds support of parsing some of these types: "ex:nil", "ex:i1", "ex:i2", "ex:i8", "ex:biginteger", "ex:float", "ex:bigdecimal". "nil" and "i8" without a prefix was already supported, but the support of "i8" was not documented.

The support of "ex:dateTime" can be added after resolving issue15873.
History
Date User Action Args
2016-04-29 15:33:04serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2016-04-29 15:33:03serhiy.storchakasetmessageid: <1461943983.79.0.576979457392.issue26885@psf.upfronthosting.co.za>
2016-04-29 15:33:03serhiy.storchakalinkissue26885 messages
2016-04-29 15:33:03serhiy.storchakacreate