• 
      

    Fix up some more unicode vs. bytes issues in RBTools.

    Review Request #9641 — Created Feb. 15, 2018 and submitted — Latest diff uploaded

    Information

    RBTools
    master
    9ba9ee7...

    Reviewers

    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.