commit | 3579dc63b8ab8e12fe6078937449f48ab3b9d66c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Tue Nov 17 22:43:42 2015 -0500 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Tue Nov 17 22:43:42 2015 -0500 |
tree | 161729158b4cb3c06fcfd56eafa1661b81987084 | |
parent | 95f7347307084d281967f6602a9ed7be1b2b908d [diff] |
python-dbus dbus.Byte.__str__ produces broken utf8 Byte to string simply copied the byte, which isn't valid utf8 for non ascii values. Since dbus.byte is an int subclass, should just be using int's __str__ implementation anyway.