From 6f5b6bd4c4277a3b60e412cfd561b4adbc40ca1b Mon Sep 17 00:00:00 2001 From: David Fischer Date: Wed, 8 Jun 2016 19:31:32 -0700 Subject: [PATCH] Update a note on AppEngine --- docs/dev/todo.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index e59213b4..59a12bf2 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -45,7 +45,10 @@ Requests currently supports the following versions of Python: Support for Python 3.1 and 3.2 may be dropped at any time. -Google App Engine will never be officially supported. Pull Requests for compatibility will be accepted, as long as they don't complicate the codebase. +Google AppEngine is not officially supported although support is available +with the `Requests-Toolbelt`_. + +.. _Requests-Toolbelt: http://toolbelt.readthedocs.io/ Are you crazy?