From fef09a66916e89294030e08bd13b7ed238f9336f Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 30 Dec 2012 19:46:04 -0500 Subject: [PATCH] Remove safe_mode/danger_mode from docs --- docs/user/quickstart.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index ba745d0..0e80eaa 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -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 ` 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 ` section. -- 2.7.4