From a23f22e5dc81b359229d68a10352c4ad8ed71c46 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Dec 2012 02:29:24 -0500 Subject: [PATCH] support --- docs/community/faq.rst | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index fa9b068..edbf9b7 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -54,30 +54,9 @@ Python 3 Support? Yes! Here's a list of Python platforms that are officially supported: -* cPython 2.6 -* cPython 2.7 -* cPython 3.1 -* cPython 3.2 -* PyPy-c 1.4 -* PyPy-c 1.5 -* PyPy-c 1.6 -* PyPy-c 1.7 - - -Keep-alive Support? -------------------- - -Yep! - - -Proxy Support? --------------- - -You bet! - - -SSL Verification? ------------------ - -Absolutely. - +* Python 2.6 +* Python 2.7 +* Python 3.1 +* Python 3.2 +* Python 3.3 +* PyPy 1.9 -- 2.34.1