diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-03-07 16:50:02 -0800 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-03-07 16:50:02 -0800 |
| commit | 946f7ec579c7784cb5c65301eab5d5d81e562128 (patch) | |
| tree | 51bbf900ab9f474554930891c07345205d229fd6 | |
| parent | 658d609e9ffcef264b172a37e2c82649e4a28ef3 (diff) | |
| download | python-requests-0.10.7.tar.gz | |
percent encodedv0.10.7
| -rw-r--r-- | requests/defaults.py | 1 |
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'] |
