From c43e618635614983ea5d18c252d73c5f50dac5c7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 24 Mar 2015 14:24:47 -0700 Subject: [PATCH] Add mention of urllib3 support in readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f6ee26..91315d3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ VCR.py supports Python 2.6 and 2.7, 3.3, 3.4, and [pypy](http://pypy.org). The following http libraries are supported: * urllib2 + * urllib3 * http.client (python3) * requests (both 1.x and 2.x versions) * httplib2