diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-02-05 07:52:16 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-02-05 07:52:16 +0000 |
commit | 1d2fa6443d37581e59305b76f415c8f45d615e8b (patch) | |
tree | c96358f8269239d2f83d949ad15036fa5383bf41 /debian/control | |
parent | 5eddb2a8e8b7a18d0c88a905516f0405b9f562ec (diff) | |
download | python-urllib3-1d2fa6443d37581e59305b76f415c8f45d615e8b.tar python-urllib3-1d2fa6443d37581e59305b76f415c8f45d615e8b.tar.gz |
Fixed possible-unindented-list-in-extended-description
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 2494a63..fd5297e 100644 --- a/debian/control +++ b/debian/control @@ -18,12 +18,12 @@ Depends: ${misc:Depends}, ${python:Depends} Description: Python HTTP library with thread-safe connection pooling, file post and more urllib3 supports features left out of urllib and urllib2 libraries. . - * Re-use the same socket connection for multiple requests (HTTPConnectionPool - and HTTPSConnectionPool) (with optional client-side certificate - verification). - * File posting (encode_multipart_formdata). - * Built-in redirection and retries (optional). - * Supports gzip and deflate decoding. - * Thread-safe and sanity-safe. - * Small and easy to understand codebase perfect for extending and - building upon. + - Re-use the same socket connection for multiple requests (HTTPConnectionPool + and HTTPSConnectionPool) (with optional client-side certificate + verification). + - File posting (encode_multipart_formdata). + - Built-in redirection and retries (optional). + - Supports gzip and deflate decoding. + - Thread-safe and sanity-safe. + - Small and easy to understand codebase perfect for extending and + building upon. |