diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-12 09:32:00 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-12 09:32:00 -0400 |
commit | f88413a7d2d4483ad532492530262a185a053b3f (patch) | |
tree | 8bdee3cef28fd86218b65d1b7fe24f6919d57222 | |
parent | d1c0188e73debcf73bacca2e338cf5ab9e2c9c04 (diff) | |
download | cryptography-f88413a7d2d4483ad532492530262a185a053b3f.tar.gz cryptography-f88413a7d2d4483ad532492530262a185a053b3f.tar.bz2 cryptography-f88413a7d2d4483ad532492530262a185a053b3f.zip |
Also mention that other packages miss python3 support
-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..0aff9ad6 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 Python3 support. * Lack of maintenance. * Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). |