aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-06-04 16:02:09 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-04 10:02:09 -1000
commit3661011e396bf8df35f4a665293e390ada5b4102 (patch)
treef95db0b58eb2ce8e529cf60612584622602ed421 /docs/faq.rst
parenteadebec0014575b07515e0e65b06c490f214d35a (diff)
downloadcryptography-3661011e396bf8df35f4a665293e390ada5b4102.tar.gz
cryptography-3661011e396bf8df35f4a665293e390ada5b4102.tar.bz2
cryptography-3661011e396bf8df35f4a665293e390ada5b4102.zip
Remove a line from "Why do we exist" (#3672)
I have no idea what this meant
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index bc6fc255..edff64bd 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -28,7 +28,6 @@ legacy libraries:
* Lack of maintenance.
* Lack of high level APIs.
* Lack of PyPy and Python 3 support.
-* Poor introspectability and thus poor testability.
* Absence of algorithms such as
:class:`AES-GCM <cryptography.hazmat.primitives.ciphers.modes.GCM>` and
:class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.