summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorelie <elie>2015-06-21 13:24:35 +0000
committerelie <elie>2015-06-21 13:24:35 +0000
commitbc0647778478f3f3e481f00cccf4bfa0e8faea6a (patch)
tree4c3c12ce31a5c456bd09b16807176b63ad4e31b5 /TODO.txt
parent5439bc3305efd547d02ea6b33b0a2e3dde14be56 (diff)
downloadpysnmp-git-bc0647778478f3f3e481f00cccf4bfa0e8faea6a.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.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index d1f36b92..23393a8a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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.