From: Kenneth Reitz Date: Tue, 8 May 2012 05:24:30 +0000 (-0400) Subject: thread safe X-Git-Tag: v0.13.0~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fd03d5f20fcac1e85517d3cde27349612022de2;p=services%2Fpython-requests.git thread safe --- diff --git a/README.rst b/README.rst index 46f1862..38ceba1 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,7 @@ Features - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts +- Thread-safety Installation diff --git a/docs/index.rst b/docs/index.rst index fc8d61a..a3c98bc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -75,6 +75,7 @@ Requests is ready for today's web. - Multipart File Uploads - Connection Timeouts - ``.netrc`` support +- Thread-safe. User Guide