New submission from Florent Xicluna <florent.xicl...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13297>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to