Google App Engine (#5475)

* Continuity: Google App Engine
This commit is contained in:
Kartik Chugh
2020-06-17 16:09:34 -04:00
committed by GitHub
parent 0797c61fd5
commit 1ca1c52e69
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ Requests currently supports the following versions of Python:
- Python 3.7 - Python 3.7
- PyPy - 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`_. with the `Requests-Toolbelt`_.
.. _Requests-Toolbelt: https://toolbelt.readthedocs.io/ .. _Requests-Toolbelt: https://toolbelt.readthedocs.io/

View File

@@ -212,7 +212,7 @@ def get_netrc_auth(url, raise_errors=False):
if raise_errors: if raise_errors:
raise raise
# AppEngine hackiness. # App Engine hackiness.
except (ImportError, AttributeError): except (ImportError, AttributeError):
pass pass