summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorelie <elie>2015-06-21 13:24:35 +0000
committerelie <elie>2015-06-21 13:24:35 +0000
commit15453d56c2f984338ed1fce0bf8b7c2133742f6e (patch)
tree28608ed3d10449034295d21fa481f0afec791a80 /TODO
parent83b11f1238466c16c3ee564a82e7d4e68fb86f31 (diff)
downloadpysnmp-15453d56c2f984338ed1fce0bf8b7c2133742f6e.tar.gz
ObjectIdentity class additionally supports just a MIB module name
initializer in which case if resolves into either first or last symbol in given MIB. Another new option is just a MIB symbol initializer without specifying MIB module.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index d1f36b9..23393a8 100644
--- a/TODO
+++ b/TODO
@@ -49,3 +49,6 @@ Sparse notes on major existing problems/plans
* Implement TCP transport support
* Rework UNIX sockets transport to make it STREAM-type.
+
+* The get-first/get-last operations of pysnmp.smi.rfc1902.ObjectIdentity()
+ may need a means to deal only with specific node types.