I was browsing the documentation about python 3 and python 2 standard environment differences, because we are migrating an app that uses python 2 and communicates with other services on python 2.
https://cloud.google.com/appengine/docs/standard/python3/python-differences The documentation does not list any recommended replacements. What would be the recommended course of action to communicate a python 3 app with a python 2 service on a standard environment. We use create the service client like this: *service_client = googleapiclient.discovery.build( api, version, discoveryServiceUrl=discovery_url, http=credentials, cache_discovery=False ) * Is there any recommended replacment, I`m lost because the documentation says nothing and I need kind of a starting point. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ca8016ff-c565-45d6-9ee3-05451b16841a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
