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 pitrou
Recipients BreamoreBoy, Steven.Hartland, loewis, pitrou, vstinner
Date 2013-05-22.09:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369214988.12.0.705658535721.issue7727@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really understand the issue. If you want to pass binary data (rather than unicode text), you should use a Binary object as explained in the docs:
http://docs.python.org/2/library/xmlrpclib.html#binary-objects
History
Date User Action Args
2013-05-22 09:29:48pitrousetrecipients: + pitrou, loewis, vstinner, Steven.Hartland, BreamoreBoy
2013-05-22 09:29:48pitrousetmessageid: <1369214988.12.0.705658535721.issue7727@psf.upfronthosting.co.za>
2013-05-22 09:29:48pitroulinkissue7727 messages
2013-05-22 09:29:47pitroucreate