Added a foot note to specify that this is a particular case, not for newer applications

Rodrigo Gambra 2019-06-12 22:16:06 -04:00
parent d9d7c3302b
commit 0371ce1643

@ -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'
```
```
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/))