[Python-modules-commits] r17306 - in packages/requests/trunk/debian (control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Jun 6 01:03:37 UTC 2011
Date: Monday, June 6, 2011 @ 01:03:36
Author: eriol-guest
Revision: 17306
Minor cleaning
Modified:
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2011-06-06 00:47:31 UTC (rev 17305)
+++ packages/requests/trunk/debian/control 2011-06-06 01:03:36 UTC (rev 17306)
@@ -13,20 +13,20 @@
Package: python-requests
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: an elegant and simple HTTP library for Python, built for human beings
- Requests allow you to send GET, HEAD, PUT, POST, and DELETE
- HTTP requests. You can add headers, form data, multipart files, and
- parameters with simple Python dictionaries, and access the response
- data in the same way. It's powered by urllib2, but it does all the
- hard work and crazy hacks for you.
- .
- Features
- .
- - Extremely simple GET, HEAD, POST, PUT, DELETE Requests
- - Simple HTTP Header Request Attachment
- - Simple Data/Params Request Attachment
- - Simple Multipart File Uploads
- - CookieJar Support
- - Redirection History
- - Redirection Recursion Urllib Fix
- - Auto Decompression of GZipped Content
+Description: elegant and simple HTTP library for Python, built for human beings
+ Requests allow you to send GET, HEAD, PUT, POST, and DELETE
+ HTTP requests. You can add headers, form data, multipart files, and
+ parameters with simple Python dictionaries, and access the response
+ data in the same way. It's powered by urllib2, but it does all the
+ hard work and crazy hacks for you.
+ .
+ Features
+ .
+ - Extremely simple GET, HEAD, POST, PUT, DELETE Requests
+ - Simple HTTP Header Request Attachment
+ - Simple Data/Params Request Attachment
+ - Simple Multipart File Uploads
+ - CookieJar Support
+ - Redirection History
+ - Redirection Recursion Urllib Fix
+ - Auto Decompression of GZipped Content
More information about the Python-modules-commits
mailing list