[New-bugs-announce] [issue13297] xmlrpc.client could accept bytes for input and output

Florent Xicluna report at bugs.python.org
Mon Oct 31 00:41:40 CET 2011


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

Since Python 3 makes clear the distinction between bytes and string, there is no more reason to use the xmlrpc.client.Binary wrapper for binary objects.

The xmlrpc library may deal with bytes and bytearray normally.
To support backward compatibility, the ServerProxy will have a keyword argument "use_bytes" similar to the "use_datetime" from issue #1120353.

----------
components: Library (Lib), XML
messages: 146666
nosy: flox
priority: normal
severity: normal
status: open
title: xmlrpc.client could accept bytes for input and output
type: feature request
versions: Python 3.3

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


More information about the New-bugs-announce mailing list