From 946f7ec579c7784cb5c65301eab5d5d81e562128 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 7 Mar 2012 16:50:02 -0800 Subject: [PATCH] percent encoded --- requests/defaults.py | 1 + 1 file changed, 1 insertion(+) diff --git a/requests/defaults.py b/requests/defaults.py index ae4c6e75..7b6c4518 100644 --- a/requests/defaults.py +++ b/requests/defaults.py @@ -17,6 +17,7 @@ Configurations: :safe_mode: If true, Requests will catch all errors. :pool_maxsize: The maximium size of an HTTP connection pool. :pool_connections: The number of active HTTP connection pools to use. +:encode_uri: If true, URIs will automatically be percent-encoded. """ SCHEMAS = ['http', 'https']