[Python-modules-commits] r20332 - in packages/python-urllib3/trunk/debian (control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Feb 5 07:52:17 UTC 2012


    Date: Sunday, February 5, 2012 @ 07:52:16
  Author: eriol-guest
Revision: 20332

Fixed possible-unindented-list-in-extended-description

Modified:
  packages/python-urllib3/trunk/debian/control

Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control	2012-02-05 07:15:21 UTC (rev 20331)
+++ packages/python-urllib3/trunk/debian/control	2012-02-05 07:52:16 UTC (rev 20332)
@@ -18,12 +18,12 @@
 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.




More information about the Python-modules-commits mailing list