masperro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

fixed_fetch's signature does not match signature of urlfetch.fetch #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run within an appengine environment
2. import httplib2
3. Call urlfetch.fetch with the validate_Certificate argument:
   urlfetch.fetch("https://www.google.com", validate_certificate=True)

What is the expected output? What do you see instead?
  The call should succeed but instead we get the exception
  TypeError: fetch() got an unexpected keyword argument 'validate_certificate'

What version of the product are you using? On what operating system?
  httplib2-0.8 / all Operating Systems

Please provide any additional information below.

Original issue reported on code.google.com by r...@google.com on 2 Jan 2014 at 5:46