flake8
passed.
JSHint
passed.
Review Request #10548 — Created May 8, 2019 and submitted
On Linux and Mac, Python is pretty flexible about whether the
environment dictionary contains bytestrings or unicode, but Windows is
stricter. We were initially forcing everything to bebytes
, but Python
3 on Windows wantsstr
, so this change switches to that instead.
Ran unit tests.
Summary | ID |
---|---|
da5cd328de3bab3059a45e06a213f9f2be1741ae |