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.
2 files changed
tree: 9995557e1c6a03fd5c805b95f079c2ff1f60c9bd
  1. classes/
  2. common/
  3. conf/
  4. COPYING.apache-2.0
  5. COPYING.MIT
  6. LICENSE