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

Issue 6307067: Update Media Upload to include io.Base and also fix some bugs. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by jcgregorio_google
Modified:
12 years, 2 months ago
CC:
google-api-python-client_googlegroups.com
Visibility:
Public.

Description

Fixes issue #139 and #123. http://code.google.com/p/google-api-python-client/issues/detail?id=123 http://code.google.com/p/google-api-python-client/issues/detail?id=139

Patch Set 1 #

Patch Set 2 : More tests #

Patch Set 3 : Add comments #

Total comments: 6

Patch Set 4 : Review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -29 lines) Patch
M apiclient/http.py View 1 2 3 12 chunks +231 lines, -28 lines 0 comments Download
M tests/test_discovery.py View 1 2 3 3 chunks +87 lines, -1 line 0 comments Download
M tests/test_http.py View 1 4 chunks +75 lines, -0 lines 0 comments Download

Messages

Total messages: 7
jcgregorio_google
12 years, 3 months ago (2012-06-11 16:38:22 UTC) #1
Ali Afshar
http://codereview.appspot.com/6307067/diff/7001/apiclient/http.py File apiclient/http.py (right): http://codereview.appspot.com/6307067/diff/7001/apiclient/http.py#newcode649 apiclient/http.py:649: self.in_error_state = False Should this be private _in_error_state ?
12 years, 3 months ago (2012-06-11 20:27:13 UTC) #2
Ali Afshar
LGTM On 2012/06/11 20:27:13, Ali Afshar wrote: > http://codereview.appspot.com/6307067/diff/7001/apiclient/http.py > File apiclient/http.py (right): > > ...
12 years, 3 months ago (2012-06-11 20:30:23 UTC) #3
aiuto
just a few minor things http://codereview.appspot.com/6307067/diff/7001/apiclient/http.py File apiclient/http.py (right): http://codereview.appspot.com/6307067/diff/7001/apiclient/http.py#newcode592 apiclient/http.py:592: start_headers['X-Upload-Content-Length'] = str(self.resumable.size()) why ...
12 years, 3 months ago (2012-06-11 21:25:45 UTC) #4
jcgregorio_google
http://codereview.appspot.com/6307067/diff/7001/apiclient/http.py File apiclient/http.py (right): http://codereview.appspot.com/6307067/diff/7001/apiclient/http.py#newcode592 apiclient/http.py:592: start_headers['X-Upload-Content-Length'] = str(self.resumable.size()) On 2012/06/11 21:25:45, aiuto wrote: > ...
12 years, 2 months ago (2012-06-12 13:21:17 UTC) #5
aiuto
lgtm
12 years, 2 months ago (2012-06-12 13:27:04 UTC) #6
jcgregorio_google
12 years, 2 months ago (2012-06-14 18:56:57 UTC) #7
On 2012/06/12 13:27:04, aiuto wrote:
> lgtm

Committed in
http://code.google.com/p/google-api-python-client/source/detail?r=8ae1f255521...
Sign in to reply to this message.

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