From 1ca1c52e698b13d3d5cc0755a6450306d880b933 Mon Sep 17 00:00:00 2001 From: Kartik Chugh Date: Wed, 17 Jun 2020 16:09:34 -0400 Subject: [PATCH] Google App Engine (#5475) * Continuity: Google App Engine --- docs/dev/todo.rst | 2 +- requests/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index d09fce39..e243f0e3 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -58,7 +58,7 @@ Requests currently supports the following versions of Python: - Python 3.7 - PyPy -Google AppEngine is not officially supported although support is available +Google App Engine is not officially supported although support is available with the `Requests-Toolbelt`_. .. _Requests-Toolbelt: https://toolbelt.readthedocs.io/ diff --git a/requests/utils.py b/requests/utils.py index c1700d7f..1aafd9cb 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -212,7 +212,7 @@ def get_netrc_auth(url, raise_errors=False): if raise_errors: raise - # AppEngine hackiness. + # App Engine hackiness. except (ImportError, AttributeError): pass