From 6fd03d5f20fcac1e85517d3cde27349612022de2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 8 May 2012 01:24:30 -0400 Subject: [PATCH] thread safe --- README.rst | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) 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 -- 2.34.1