From 0371ce16434cd88ad037d1142d2e2a648934f71f Mon Sep 17 00:00:00 2001 From: Rodrigo Gambra Date: Wed, 12 Jun 2019 22:16:06 -0400 Subject: [PATCH] Added a foot note to specify that this is a particular case, not for newer applications --- Notes-about-GAE---Google-App-Engine.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notes-about-GAE---Google-App-Engine.md b/Notes-about-GAE---Google-App-Engine.md index b0fe5ae..d9bf9be 100644 --- a/Notes-about-GAE---Google-App-Engine.md +++ b/Notes-about-GAE---Google-App-Engine.md @@ -7,4 +7,5 @@ Make sure to add this block to `app.yaml` (see [1393](https://github.com/python- ``` env_variables: GAE_USE_SOCKETS_HTTPLIB : 'true' -``` \ No newline at end of file +``` +Note: This environmental variable applies only to applications developed for the Standard Environment and using Python 2.7 (see (https://cloud.google.com/appengine/docs/standard/python/sockets/)) \ No newline at end of file