summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-09-22 09:39:03 +0200
committerHynek Schlawack <hs@ox.cx>2015-09-22 09:39:03 +0200
commit5ab405600ed3aa1045926be60a58dc899d16fcd6 (patch)
treed683ce62ad88674b5a83547b93e0eb7c5ed236d5 /doc
parent6ec86479a78aeafa2800018c6e94fc91919484c6 (diff)
downloadpyopenssl-5ab405600ed3aa1045926be60a58dc899d16fcd6.tar.gz
Add Python 3.5
Diffstat (limited to 'doc')
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 41f8e59..beededf 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -14,7 +14,7 @@ Other OpenSSL wrappers for Python at the time were also limited, though in diffe
Later it was maintained by `Jean-Paul Calderone`_ who among other things managed to make pyOpenSSL a pure Python project which the current maintainers are *very* grateful for.
Over the time the standard library's ``ssl`` module improved, never reaching the completeness of pyOpenSSL's API coverage.
-Despite `PEP 466`_ many useful features remain Python 3-only and pyOpenSSL remains the only alternative for full-featured TLS code across all noteworthy Python versions from 2.6 through 3.4 and PyPy_.
+Despite `PEP 466`_ many useful features remain Python 3-only and pyOpenSSL remains the only alternative for full-featured TLS code across all noteworthy Python versions from 2.6 through 3.5 and PyPy_.
Development