You can file a feature request, but rather unlikely IMO. Two reasons that come to mind: - requests is pure Python so bundling it with your app is not hard (as for example numpy) - we don't want to commit to supporting libraries unless the previous reason is true or a lot of people ask for it (avoiding maintenance being the top reason)
Also, both urllib and urllib2 are part of Python's stdlib, so using them as an argument doesn't count :P cheers, robert On Tue, Jul 24, 2012 at 11:02 AM, rdodev <[email protected]> wrote: > Would it be possible to add Python Requests library ( > http://docs.python-requests.org/en/latest/index.html ) to AppEngine? > urllib and urllib2 are rather cumbersome for complex/custom http requests > to other web services. Your attention is much appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/gMHme7EfuYwJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
