stackviz/stackviz
Clark Boylan f0e4e094c3 Treat subunit as binary under python3
The subunit stream is a binary protocol and can't be encoded to utf8.
Unfortunately  under python3 the default behavior when reading from
stdin or opened files is to read them encoded as your platform dependent
encoding. For linux users this is typically utf8 and subunit isn't valid
utf8. Fix this by reading the subunit streams as binary under python3 as
we do on python2.

Change-Id: I1ddfe514c219c3bbfcd69f6808faa2331933acee
2018-09-30 08:44:55 -07:00
..
parser Treat subunit as binary under python3 2018-09-30 08:44:55 -07:00
tests Treat subunit as binary under python3 2018-09-30 08:44:55 -07:00
__init__.py Add .gitignore entries, HACKING.rst, and __init__.py contents from cookiecutter 2015-08-03 10:01:01 -06:00
export.py Adapt to python 3 2017-04-11 09:37:46 -06:00