summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorDavid Fischer <djfische@gmail.com>2016-06-08 19:31:32 -0700
committerDavid Fischer <djfische@gmail.com>2016-06-08 19:31:32 -0700
commit6f5b6bd4c4277a3b60e412cfd561b4adbc40ca1b (patch)
treeb2646152454d797555a248de919f259ce46830c3 /docs/dev
parent7a404cf4ec5aac04d72dc507a981fee944b18cd8 (diff)
downloadpython-requests-6f5b6bd4c4277a3b60e412cfd561b4adbc40ca1b.tar.gz
Update a note on AppEngine
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/todo.rst5
1 files changed, 4 insertions, 1 deletions
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?