summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorelie <elie>2015-09-17 19:55:32 +0000
committerelie <elie>2015-09-17 19:55:32 +0000
commit573e4d749aabdd5032fbd31a6d779dc6f07ecbd1 (patch)
treee3f5474fe1112db05d24f3e048bba6835b8a65b0 /TODO.txt
parent9cabcd7b8143224e9b364cfedb6fa08753ec9115 (diff)
downloadpysnmp-git-573e4d749aabdd5032fbd31a6d779dc6f07ecbd1.tar.gz
async command generator documented + fixes
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index ae8ded1d..3d2117df 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -54,3 +54,12 @@ 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
+