summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 12:48:29 +0100
committerGitHub <noreply@github.com>2018-12-29 12:48:29 +0100
commitd7534580837445553d8ffdc86fd5a161b9d57af1 (patch)
tree9f0223047bd118f00baefdaaea448d1e87890c0c /pysnmp/hlapi
parent6dd1d0bceb8a0d9bce603f2095a7971374e81f6f (diff)
downloadpysnmp-git-d7534580837445553d8ffdc86fd5a161b9d57af1.tar.gz
Redesigned SMI objects management model (#214)
The primary motivation behind this redesign is to allow asynchronous operations between SNMP responder and the data source feeding its MIB. This is achieved by redesigning all `read*`, `write*`, `create*` and `destroy*` methods of the `SNMPv2-SMI` MIB objects to return immediately and deliver their results via a call back. This modification brings significant and backward incompatible changes to the low-level MIB operations. The pysnmp MIB modules compiled for older pysnmp remain compatible.
Diffstat (limited to 'pysnmp/hlapi')
-rw-r--r--pysnmp/hlapi/v1arch/asyncore/cmdgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/hlapi/v1arch/asyncore/cmdgen.py b/pysnmp/hlapi/v1arch/asyncore/cmdgen.py
index ddce3b7e..e178efe3 100644
--- a/pysnmp/hlapi/v1arch/asyncore/cmdgen.py
+++ b/pysnmp/hlapi/v1arch/asyncore/cmdgen.py
@@ -43,7 +43,7 @@ def getCmd(snmpDispatcher, authData, transportTarget, *varBinds, **options):
Other Parameters
----------------
- \*\*options :
+ \*\*options:
Request options:
* `lookupMib` - load MIB and resolve response MIB variables at