summaryrefslogtreecommitdiffhomepage
path: root/sites/www/index.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-13 21:05:32 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-13 21:05:32 -0700
commitb0b6a827b96453cfe9bddb343f94c5c2f4243f7b (patch)
treeec506de6ba5bf760baf625d9d2f63b584b8f0d73 /sites/www/index.rst
parenta4645b0c9c44311b0e3a58bce6e827e6c7047383 (diff)
Update docs to reflect Python 2.6+, 3.3+ compat
Diffstat (limited to 'sites/www/index.rst')
-rw-r--r--sites/www/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst
index 7fefedd2..a8e72624 100644
--- a/sites/www/index.rst
+++ b/sites/www/index.rst
@@ -1,7 +1,7 @@
Welcome to Paramiko!
====================
-Paramiko is a Python (2.5+) implementation of the SSHv2 protocol [#]_,
+Paramiko is a Python (2.6+, 3.3+) implementation of the SSHv2 protocol [#]_,
providing both client and server functionality. While it leverages a Python C
extension for low level cryptography (`PyCrypto <http://pycrypto.org>`_),
Paramiko itself is a pure Python interface around SSH networking concepts.