Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1385)

Issue 25615002: Monkey patch httplib on python <=2.6.2 to make it work with 'requests' library. (Closed)

Created:
7 years, 2 months ago by Vadim Sh.
Modified:
7 years, 2 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, csharp+cc_chromium.org, vadimsh+cc_chromium.org, maruel+cc_chromium.org
Visibility:
Public.

Description

Monkey patch httplib on python <=2.6.2 to make it work with 'requests' library. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=226325

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M utils/net.py View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Vadim Sh.
Yeah... I've looked through urllib3 code. I think if HTTP proxy is not actually used, ...
7 years, 2 months ago (2013-10-01 22:16:06 UTC) #1
M-A Ruel
lgtm https://codereview.chromium.org/25615002/diff/1/utils/net.py File utils/net.py (right): https://codereview.chromium.org/25615002/diff/1/utils/net.py#newcode36 utils/net.py:36: # 'requests' library (>= v2) accesses 'HTTPConnection._tunnel_host' attribute ...
7 years, 2 months ago (2013-10-01 22:44:02 UTC) #2
Vadim Sh.
https://codereview.chromium.org/25615002/diff/1/utils/net.py File utils/net.py (right): https://codereview.chromium.org/25615002/diff/1/utils/net.py#newcode36 utils/net.py:36: # 'requests' library (>= v2) accesses 'HTTPConnection._tunnel_host' attribute On ...
7 years, 2 months ago (2013-10-01 22:53:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vadimsh@chromium.org/25615002/5001
7 years, 2 months ago (2013-10-01 22:53:18 UTC) #4
commit-bot: I haz the power
7 years, 2 months ago (2013-10-01 22:54:49 UTC) #5
Message was sent while issue was closed.
Change committed as 226325

Powered by Google App Engine
This is Rietveld 408576698