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 flox
Recipients flox
Date 2011-10-30.23:41:39
SpamBayes Score 0.00011960281
Marked as misclassified No
Message-id <1320018100.14.0.184941596185.issue13297@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-30 23:41:40floxsetrecipients: + flox
2011-10-30 23:41:40floxsetmessageid: <1320018100.14.0.184941596185.issue13297@psf.upfronthosting.co.za>
2011-10-30 23:41:39floxlinkissue13297 messages
2011-10-30 23:41:39floxcreate