Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2812)

Issue 7987046: Pass method by name, not positionally. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by jcgregorio
Modified:
11 years, 1 month ago
Reviewers:
dhermes, jcgregorio
CC:
httplib2-dev_googlegroups.com
Visibility:
Public.

Description

Pass method by name, not positionally. Fixes issue #252.

Patch Set 1 #

Total comments: 12

Patch Set 2 : comments #

Total comments: 2

Patch Set 3 : spacing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M python2/httplib2/__init__.py View 1 2 chunks +7 lines, -2 lines 0 comments Download
M python3/httplib2/__init__.py View 1 2 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 6
jcgregorio
11 years, 1 month ago (2013-03-26 13:54:20 UTC) #1
dhermes
https://codereview.appspot.com/7987046/diff/1/python2/httplib2/__init__.py File python2/httplib2/__init__.py (right): https://codereview.appspot.com/7987046/diff/1/python2/httplib2/__init__.py#newcode1383 python2/httplib2/__init__.py:1383: (response, content) = self.request(location, method=redirect_method, body=body, headers = headers, ...
11 years, 1 month ago (2013-03-26 15:38:10 UTC) #2
jcgregorio
https://codereview.appspot.com/7987046/diff/1/python2/httplib2/__init__.py File python2/httplib2/__init__.py (right): https://codereview.appspot.com/7987046/diff/1/python2/httplib2/__init__.py#newcode1383 python2/httplib2/__init__.py:1383: (response, content) = self.request(location, method=redirect_method, body=body, headers = headers, ...
11 years, 1 month ago (2013-03-26 18:07:38 UTC) #3
dhermes
LGTM (Still need to fix one of the lint issues) https://codereview.appspot.com/7987046/diff/8001/python3/httplib2/__init__.py File python3/httplib2/__init__.py (right): https://codereview.appspot.com/7987046/diff/8001/python3/httplib2/__init__.py#newcode1231 ...
11 years, 1 month ago (2013-03-26 18:11:37 UTC) #4
jcgregorio
https://codereview.appspot.com/7987046/diff/8001/python3/httplib2/__init__.py File python3/httplib2/__init__.py (right): https://codereview.appspot.com/7987046/diff/8001/python3/httplib2/__init__.py#newcode1231 python3/httplib2/__init__.py:1231: headers = headers, redirections = redirections - 1) On ...
11 years, 1 month ago (2013-03-26 18:15:26 UTC) #5
jcgregorio
11 years, 1 month ago (2013-03-26 18:19:19 UTC) #6
Committed in
https://code.google.com/p/httplib2/source/detail?r=93291649202b68c7ebbd8eee08...

On 2013/03/26 18:15:26, jcgregorio wrote:
> https://codereview.appspot.com/7987046/diff/8001/python3/httplib2/__init__.py
> File python3/httplib2/__init__.py (right):
> 
>
https://codereview.appspot.com/7987046/diff/8001/python3/httplib2/__init__.py...
> python3/httplib2/__init__.py:1231: headers = headers, redirections =
> redirections - 1)
> On 2013/03/26 18:11:37, dhermes wrote:
> > Still a space between headers = and redirections =
> 
> Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b