flake8
passed.
JSHint
passed.
Review Request #11138 — Created Aug. 12, 2020 and submitted
The formatting fix I did earlier did work, but exposed more issues in
theget_commit_history
method. Instead of juggling between bytes and
unicode strings here, it makes sense to do everything just in
unicode-land. The reason we had any bytestrings here was probably just
some over-eager changes when we did the initial porting work.
Added a new unit test which now passes on both Python 2.x and 3.x.
Summary | ID |
---|---|
b2629d5bbdcacf77682f31039cf78e1f8dbdf302 |
Description | From | Last Updated |
---|---|---|
I don't see anything in here that requires a r prefix. What's that for? |
chipx86 |