|
|
|
Created:
14 years, 2 months ago by alainv Modified:
14 years, 2 months ago Reviewers:
jcgregorio_google CC:
google-api-python-client_googlegroups.com Visibility:
Public. |
Patch Set 1 #Patch Set 2 : Move the raise statement in AppEngineHttpConnection.getresponse. #Total messages: 3
|
jcgregorio_google
This change should also apply to the python 3 code.
|
14 years, 2 months ago (2011年11月08日 21:14:59 UTC) #1 |
This change should also apply to the python 3 code.
On 2011年11月08日 21:14:59, jcgregorio_google wrote: > This change should also apply to the python 3 code. I sent a patch here: http://codereview.appspot.com/5351048/ Same question for this copy: should it always raise an exception or only if conn.getresponse() is None?
LGTM On 2011年11月08日 22:06:53, alainv wrote: > On 2011年11月08日 21:14:59, jcgregorio_google wrote: > > This change should also apply to the python 3 code. > > I sent a patch here: http://codereview.appspot.com/5351048/ > > Same question for this copy: should it always raise an exception or only if > conn.getresponse() is None?