flake8
passed.
JSHint
passed.
Review Request #11135 — Created Aug. 10, 2020 and submitted
In Python 3.8, attempting to use formatting on a bytestring with
dictionary parameters will end up looking for the keys as bytestrings
rather than unicode. This results in a KeyError. This change fixes it so
we do the format entirely asstr
and then encode tobytes
.
Summary | ID |
---|---|
7189081c3f70979ee532e299dd937c2cea10c0ce |