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 <[email protected]> <http://bugs.python.org/issue26885> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
