summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-11-05 22:59:31 +0100
committerIlya Etingof <etingof@gmail.com>2016-11-05 22:59:31 +0100
commitc54a3f6dc8ee433a55001e1cd97f6801bd6e52b7 (patch)
tree36b8477a686d5e15a8c6ab028626c69e7303eb10 /TODO.txt
parenta0ef4b6ce81683dc33ae00b3dcedd1c4ec282249 (diff)
downloadpysnmp-git-c54a3f6dc8ee433a55001e1cd97f6801bd6e52b7.tar.gz
WIP: gracefully shutdown asyncio dispatcherasyncio-dispatcher-fixes
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index c7a4fae3..ce68a2b4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -58,3 +58,15 @@ Sparse notes on major existing problems/plans
* add RowStatus checks when reading MIB tables (LCD)
* Disallow empty SET value reaching scalar MIB object
+
+----
+
+- Make pyasn1 classes calling .super() for MI to work
+- Release pyasn1 and make pysnmp dependent on it
+- Make all pysnmp classes new-style
+- Make pysnmp's TextualConvention leading MI
+- Fix pysmi to put TextualConvention at the first position in MI
+- Make SNMP NULL objects singletones
+- Allow MIB resolution to fail gracefully on constraints violation
+- add AES192/256 examples + snmpsim
+- docstrings for USM protocol constants not rendered in sphinx docs