Don't use httplib constants instead of hardcoded values
Review Request #4776 — Created Oct. 16, 2013 and submitted
Use httplib constants instead of hardcoded values.
I've been using rbm post / post-review.
Description | From | Last Updated |
---|---|---|
The error code here isn't an HTTP error, it's a Review Board API error. We should probably have a list … |
david |
YA
- Summary:
-
Don't use httplib constants instead of hardcoded values / don't bomb if a password wasn't provided in ReviewBoardHTTPBasicAuthHandler.retry_http_basic_authDon't use httplib constants instead of hardcoded values
- Description:
-
~ - Use httplib constants instead of hardcoded values.
~ Use httplib constants instead of hardcoded values.
- - Don't bomb out if a password wasn't provided in ReviewBoardHTTPBasicAuthHandler.retry_http_basic_auth as response can be None in that event.
- Diff:
-
Revision 2 (+6 -6)