aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2013-08-12 06:33:48 -0700
committerHynek Schlawack <hs@ox.cx>2013-08-12 06:33:48 -0700
commita53f81dbb49a8504559e9d8ef7e2dd386c15ed41 (patch)
tree5277a774a44147aa7c59c3cedf17424233e64ed9
parentd1c0188e73debcf73bacca2e338cf5ab9e2c9c04 (diff)
parentd8d91d40e2ca928f763836d319fc0008d5a933c0 (diff)
downloadcryptography-a53f81dbb49a8504559e9d8ef7e2dd386c15ed41.tar.gz
cryptography-a53f81dbb49a8504559e9d8ef7e2dd386c15ed41.tar.bz2
cryptography-a53f81dbb49a8504559e9d8ef7e2dd386c15ed41.zip
Merge pull request #46 from alex/another-reason
Also mention that other packages miss python3 support
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 29f0b545..34996d7f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,7 +14,7 @@ Why a new crypto library for Python?
We wanted to address a few issues with existing cryptography libraries in
Python:
-* Lack of PyPy support.
+* Lack of PyPy and Python 3 support.
* Lack of maintenance.
* Use of poor implementations of algorithms (i.e. ones with known side-channel
attacks).