summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-03-07 16:50:02 -0800
committerKenneth Reitz <me@kennethreitz.com>2012-03-07 16:50:02 -0800
commit946f7ec579c7784cb5c65301eab5d5d81e562128 (patch)
tree51bbf900ab9f474554930891c07345205d229fd6
parent658d609e9ffcef264b172a37e2c82649e4a28ef3 (diff)
downloadpython-requests-0.10.7.tar.gz
percent encodedv0.10.7
-rw-r--r--requests/defaults.py1
1 files changed, 1 insertions, 0 deletions
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']