summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2003-01-14 15:28:22 +0000
committerelie <elie>2003-01-14 15:28:22 +0000
commitb019acc6fa56c35fb24e5d3ac5966269ce1a9cdd (patch)
tree72056969b599821a4b271af0383e398542a5dfd1
parent878e74eb387f1dace62c236a222d6eb786f58cd7 (diff)
downloadpysnmp-b019acc6fa56c35fb24e5d3ac5966269ce1a9cdd.tar.gz
Project status updated
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 0f1b673..06e0fa9 100644
--- a/README
+++ b/README
@@ -21,7 +21,8 @@ FEATURES
* Both synchronous and asynchronous IO API support
* Fully documented API with many examples
* Generic, objective ASN.1 framework
-* MIB I/II data types and macros implementation
+* Partial MIB I/II data types and macros implementation (check
+ CVS at SF for recent development)
* 100% Python, works with Python 1.x and later
* MT-safe
@@ -29,7 +30,7 @@ MISFEATURES
-----------
* No MIB compiler (though, it's possible to compile ASN.1 code into PySNMP
- classes by hand, oh)
+ classes by hand, oh...)
* No SNMP v.3 support (though, it's almost implemented, check CVS at SF)
PRECAUTIONS