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
Original issue reported on code.google.com by
r...@google.com
on 2 Jan 2014 at 5:46