Merge pull request #1076 from sigmavirus24/master

Remove (safe|danger)_mode references from docs
This commit is contained in:
Kenneth Reitz
2012-12-30 23:49:44 -08:00
-6
View File
@@ -411,12 +411,6 @@ If a request exceeds the configured number of maximum redirections, a
All exceptions that Requests explicitly raises inherit from
:class:`requests.exceptions.RequestException`.
You can refer to :ref:`Configuration API Docs <configurations>` for immediate
raising of :class:`HTTPError` exceptions via the ``danger_mode`` option or
have Requests catch the majority of
:class:`requests.exceptions.RequestException` exceptions with the ``safe_mode``
option.
-----------------------
Ready for more? Check out the :ref:`advanced <advanced>` section.