[New-bugs-announce] [issue26885] Add parsing support for more types in xmlrpc

Serhiy Storchaka report at bugs.python.org
Fri Apr 29 11:33:03 EDT 2016


New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib)
files: xmlrpc_extensions.patch
keywords: patch
messages: 264504
nosy: loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add parsing support for more types in xmlrpc
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42652/xmlrpc_extensions.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26885>
_______________________________________


More information about the New-bugs-announce mailing list