Skip to content

Commit 0d603cb

Browse files
authored
update some very out of date language (#1222)
1 parent 6022869 commit 0d603cb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/introduction.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,19 @@ Other OpenSSL wrappers for Python at the time were also limited, though in diffe
1414
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.
1515

1616
Over the time the standard library's ``ssl`` module improved, never reaching the completeness of pyOpenSSL's API coverage.
17-
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.7 through 3.6 and PyPy_.
17+
pyOpenSSL remains the only choice for full-featured TLS code in Python versions 3.7+ and PyPy_.
1818

1919

2020
Development
2121
===========
2222

2323
pyOpenSSL is collaboratively developed by the Python Cryptography Authority (PyCA_) that also maintains the low-level bindings called cryptography_.
2424

25-
Current maintainer and release manager is `Hynek Schlawack`_.
26-
2725

2826
.. include:: ../CONTRIBUTING.rst
2927

3028

3129
.. _Jean-Paul Calderone: https://github.com/exarkun
3230
.. _PyPy: http://pypy.org
33-
.. _PEP 466: https://www.python.org/dev/peps/pep-0466/
3431
.. _PyCA: https://github.com/pyca
3532
.. _cryptography: https://github.com/pyca/cryptography
36-
.. _Hynek Schlawack: https://hynek.me/

0 commit comments

Comments
 (0)