diff options
author | Hynek Schlawack <hs@ox.cx> | 2013-08-12 06:33:48 -0700 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2013-08-12 06:33:48 -0700 |
commit | a53f81dbb49a8504559e9d8ef7e2dd386c15ed41 (patch) | |
tree | 5277a774a44147aa7c59c3cedf17424233e64ed9 /docs | |
parent | d1c0188e73debcf73bacca2e338cf5ab9e2c9c04 (diff) | |
parent | d8d91d40e2ca928f763836d319fc0008d5a933c0 (diff) | |
download | cryptography-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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
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). |