Fix up some more unicode vs. bytes issues in RBTools.
Review Request #9641 — Created Feb. 15, 2018 and submitted
There were a few more places where we had the wrong types in use, this
time related to the password prompts and the creation of HTTP headers
(especially related to Basic auth credentials). This change fixes those
up.
Was able to log in and post changes to both the devserver and public
servers using Python 2.7 and 3.6.
- Commit:
-
6982cb8210c7041fa7341e9c792b1e0e3c228a603593db7eaf8a53a7e5fd3670eb5a259747c79af0
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Testing Done:
-
~ Was able to log in and post a change to my local devserver and posted
~ this change. ~ Was able to log in and post changes to both the devserver and public
~ servers using Python 2.7 and 3.6. - Commit:
-
3593db7eaf8a53a7e5fd3670eb5a259747c79af09ba9ee7c1c870c6f658a3f2f161135dae82de255
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.