Closed EdwardBetts closed 8 years ago
Using Python 3, we need to pass a str to format, not bytes. Otherwise we end up with an Authorization that looks like:
Authorization: Basic b'Zm9vOmJhcg=='
This affects more backends. I've submitted a new pull request: #947.
Using Python 3, we need to pass a str to format, not bytes. Otherwise we end up with an Authorization that looks like:
Authorization: Basic b'Zm9vOmJhcg=='