Issue #2 (PR #5) broke a few tests, those need to be fixed.
These seem to be around unicode functionality, which in Python 3 everything is unicode, unlike in Python 2 and pprintpp supported Python 2 until very recently. So now may need to update code to remove unneeded unicode coding/decoding.
Issue #2 (PR #5) broke a few tests, those need to be fixed.
These seem to be around unicode functionality, which in Python 3 everything is unicode, unlike in Python 2 and
pprintppsupported Python 2 until very recently. So now may need to update code to remove unneeded unicode coding/decoding.