Skip to content
Commit 3579dc63 authored by Brad Bishop's avatar Brad Bishop
Browse files

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.
parent 95f73473
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment