summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2015-11-13 20:19:56 +0000
committerelie <elie>2015-11-13 20:19:56 +0000
commit0d55f58dcef1d8b3b9a044ec805575fb3b06d343 (patch)
tree670e0973f9f46c6d8d6836af4a5d06ac6f1b8bee
parenta6155011b4dcbea6e50976ec14680d7e18ef7062 (diff)
downloadpysnmp-git-0d55f58dcef1d8b3b9a044ec805575fb3b06d343.tar.gz
last minute cleanup
-rw-r--r--README.txt17
-rw-r--r--TODO.txt11
-rw-r--r--docs/source/.static/pysnmplogo.pngbin10824 -> 0 bytes
3 files changed, 6 insertions, 22 deletions
diff --git a/README.txt b/README.txt
index 323d1771..ed5d8aad 100644
--- a/README.txt
+++ b/README.txt
@@ -21,7 +21,7 @@ FEATURES
* Twisted, Asyncio and Trollius integration
* PySMI integration for dynamic MIB compilation
* Python eggs and py2exe friendly
-* 100% Python, works with Python 2.4 though 3.4
+* 100% Python, works with Python 2.4 though 3.5
* MT-safe (only if run locally to a thread)
Features, specific to SNMPv3 model include:
@@ -142,25 +142,20 @@ REFERENCES
http://www.ietf.org/rfc/rfc1155.txt - http://www.ietf.org/rfc/rfc1158.txt
http://www.ietf.org/rfc/rfc1901.txt - http://www.ietf.org/rfc/rfc1909.txt
-[6] libsmi homepage
- http://www.ibr.cs.tu-bs.de/projects/libsmi/
- Use libsmi version > 0.4.5, possibly from libsmi SVN:
- svn checkout http://www.ibr.cs.tu-bs.de/svn/libsmi
-
-[7] PySNMP mailing list archives:
+[6] PySNMP mailing list archives:
http://sourceforge.net/mail/?group_id=14735
-[8] PyASN1 project homepage:
+[7] PyASN1 project homepage:
http://pyasn1.sf.net
-[9] PyCrypto package:
+[8] PyCrypto package:
http://pycrypto.org
-[10] PySMI package:
+[9] PySMI package:
http://sf.net/projects/pysmi
-[11] Python Software Foundation
+[10] Python Software Foundation
http://www.python.org/psf/
=-=-=
diff --git a/TODO.txt b/TODO.txt
index 3d2117df..455412c9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -16,8 +16,6 @@ Sparse notes on major existing problems/plans
* MsgAndPduDispatcher should use TransportDispatcher jobs interface
to handle SNMPv3 handshake
-* Implement 'oneliner' API for v1arch, possibly compatible with v3arch API
-
* Implement prettyIn value format parser at TC
* Disallow SNMP access to USM objects
@@ -54,12 +52,3 @@ Sparse notes on major existing problems/plans
may need a means to deal only with specific node types.
* redesign proto.errind.ErrorIndication
-
-* move LCD and var-bind management routines from Async* classes
-
-* make oneliner helper routines more general, not bound to asyncore-based
- implementation
-
-* improve oneliner modules layout to make it possible to create more
- transport-specific oneliner interfaces
-
diff --git a/docs/source/.static/pysnmplogo.png b/docs/source/.static/pysnmplogo.png
deleted file mode 100644
index d671bec6..00000000
--- a/docs/source/.static/pysnmplogo.png
+++ /dev/null
Binary files differ