summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-02-10 18:30:59 +0100
committerGitHub <noreply@github.com>2019-02-10 18:30:59 +0100
commit5c64b499c2cf6f168970aa7ae51fe4997cdd89fc (patch)
tree54a6e95198f22cf293923406f46f4eacc0f10155 /docs
parentcc2632d6d5c0096e0b563fb15750562c281af1eb (diff)
downloadpysnmp-git-5c64b499c2cf6f168970aa7ae51fe4997cdd89fc.tar.gz
Officially remove Python < 2.6 support (#239)
Perhaps previous commits have already broken older Python support. This commit mostly declares Python 2.6+ support.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/contents.rst11
-rw-r--r--docs/source/development.rst2
2 files changed, 7 insertions, 6 deletions
diff --git a/docs/source/contents.rst b/docs/source/contents.rst
index 4419c0de..38f87c0a 100644
--- a/docs/source/contents.rst
+++ b/docs/source/contents.rst
@@ -17,11 +17,12 @@ multilingual capabilities, remote configuration and other features.
PySNMP implementation closely follows intricate system details and features
bringing most possible power and flexibility to its users.
-Current PySNMP stable version is 4.4. It runs with Python 2.4 through 3.7
-and is recommended for new applications as well as for migration from
-older, now obsolete, PySNMP releases. All site documentation and
-examples are written for the 4.4 and later versions in mind.
-Older materials are still available under the obsolete section.
+Current PySNMP stable version is 4.4 and 5.0 is being in development.
+It runs with Python 2.6 through 3.7 and is recommended for new applications
+as well as for migration from older, now obsolete, PySNMP releases.
+All documentation and examples are written for the 4.4 and later
+versions in mind. Older materials are still available under the
+obsolete section.
Besides the libraries, a set of pure-Python
`command-line tools <https://pypi.org/project/snmpclitools/>`_
diff --git a/docs/source/development.rst b/docs/source/development.rst
index 0050f943..3be7f1e1 100644
--- a/docs/source/development.rst
+++ b/docs/source/development.rst
@@ -92,7 +92,7 @@ You could greater speed up the development of particular feature by
sponsoring it. Please get back to us to discuss details.
Contributions to the PySNMP source code is greatly appreciated as well.
-We require contributed code to run with Python 2.4 through the latest
+We require contributed code to run with Python 2.6 through the latest
Python version (which is 3.7 at the time of this writing). Contributed
code will be redistributed under the terms of the same
`license <http://snmplabs.com/pysnmp/>`_ as PySNMP is.