@@ -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/
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user