diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-15 15:00:20 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-15 15:00:20 -0700 |
commit | ebc1f38611fa8fbb5f43c0a175415c65108d4558 (patch) | |
tree | 8b5ef114de26ae9f9f7daac50ae58a81d96f840b /sites/www/index.rst | |
parent | fe9171661a60b9299395c73630ebdbdc76fec342 (diff) | |
parent | d99342d119fcf268c57d025fa9a9fd1124f39de0 (diff) |
Merge branch 'python3'
Diffstat (limited to 'sites/www/index.rst')
-rw-r--r-- | sites/www/index.rst | 2 |
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. |